Skip to content

Commit

Permalink
config: correct rootfs default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cyphar committed Oct 23, 2017
1 parent de08605 commit a6f475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func New() Generator {
spec := rspec.Spec{
Version: rspec.Version,
Root: &rspec.Root{
Path: "",
Path: "rootfs",
Readonly: false,
},
Process: &rspec.Process{
Expand Down

0 comments on commit a6f475f

Please sign in to comment.