Copy override files to image.
This commit is contained in:
parent
b3fadf6b36
commit
a65c17bc17
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user