2
0
Fork 0

use ram filesystem at store

This commit is contained in:
Ehmry - 2020-05-23 21:55:12 +05:30
parent d732e0bdc6
commit 80cb5f41f4
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 = "rump"
{ name = "ram"
, attributes = toMap
{ fs = "ext2fs"
, writeable = "yes"
@ -506,7 +506,7 @@ let rootInit =
{ name = "policy"
, attributes = toMap
{ label = "nix"
, root = "/audit/store"
, root = "/audit"
, writeable = "no"
}
}