Copy override files to image.

This commit is contained in:
Storm Dragon 2020-12-24 12:25:33 -05:00
parent b3fadf6b36
commit a65c17bc17

View File

@ -178,4 +178,8 @@ systemctl enable cronie.service fenrirscreenreader.service
#[[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab #[[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
EOF EOF
# Copy override files into place.
cp -rv ../files/etc/* /mnt/etc
# Exiting calls the cleanup function to unmount.
exit 0 exit 0