2
0
Fork 0

Revert "use ram filesystem at store"

This reverts commit 80cb5f41f4.
This commit is contained in:
Ehmry - 2020-05-25 20:22:22 +05:30
parent 162d0c3e97
commit b07c6e49bd
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ let rootInit =
, attributes = toMap { name = "ext2" }
, content =
[ XML.leaf
{ name = "ram"
{ name = "rump"
, attributes = toMap
{ fs = "ext2fs"
, writeable = "yes"
@ -506,7 +506,7 @@ let rootInit =
{ name = "policy"
, attributes = toMap
{ label = "nix"
, root = "/audit"
, root = "/audit/store"
, writeable = "no"
}
}