image: don't populate the /persist directories. these are mostly done on boot.

This commit is contained in:
colin 2022-06-30 00:07:46 -07:00
parent 313d698b97
commit 948d169b33

View File

@ -107,8 +107,8 @@ in
in
''
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/*)
${makeSubNixMounts}
# TODO: we should create the dirs required for boot (/var/log?). the rest are populated automatically.
# $(makeSubNixMounts)
echo "Copying system closure..."
while IFS= read -r path; do
echo " Copying $path"