Skip to content

Commit cdf1640

Browse files
committed
config: correct rootfs default
It doesn't make sense for us to not include a rootfs in our default configuration -- as it means that we're providing an invalid configuration. Signed-off-by: Aleksa Sarai <asarai@suse.de>
1 parent 8357db9 commit cdf1640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func New() Generator {
4141
spec := rspec.Spec{
4242
Version: rspec.Version,
4343
Root: &rspec.Root{
44-
Path: "",
44+
Path: "rootfs",
4545
Readonly: false,
4646
},
4747
Process: &rspec.Process{

0 commit comments

Comments
 (0)