image: don't populate the /persist directories. these are mostly done on boot.
This commit is contained in:
@@ -107,8 +107,8 @@ in
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
mkdir -p ./${storeRelPath}
|
mkdir -p ./${storeRelPath}
|
||||||
# TODO: we should either fix up the owners (and perms?), or only create the bare minimum needed for boot (i.e. /var/*)
|
# TODO: we should create the dirs required for boot (/var/log?). the rest are populated automatically.
|
||||||
${makeSubNixMounts}
|
# $(makeSubNixMounts)
|
||||||
echo "Copying system closure..."
|
echo "Copying system closure..."
|
||||||
while IFS= read -r path; do
|
while IFS= read -r path; do
|
||||||
echo " Copying $path"
|
echo " Copying $path"
|
||||||
|
Reference in New Issue
Block a user