bootable.

This commit is contained in:
Matt Knoop
2025-12-10 09:09:44 -07:00
parent c3a573a91e
commit cdb972579a
4 changed files with 9 additions and 4 deletions

View File

@@ -50,7 +50,11 @@ echo 'copying filesystem to mounted image..'
if mountpoint -q "./outputs/chroot/proc/"; then
umount -lf "./outputs/chroot/proc/"
fi
cp ./config/interfaces.network ./outputs/chroot/etc/systemd/network/10-all.network
cp ./config/resolved.conf ./outputs/chroot/etc/systemd/resolved.conf
rsync -a './outputs/chroot/' './outputs/sys/'
#tar -xf ./patronagefs.tar --directory ./mnt/sys/
echo 'copied..'
echo 'copying boot files..'