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