Skip to content

Commit a6f475f

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 <[email protected]>
1 parent de08605 commit a6f475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)