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

@@ -30,8 +30,7 @@ mount --bind /proc ./outputs/chroot/proc
cp ./config/filesystem_chroot_install.sh ./outputs/chroot/filesystem_chroot_install.sh
chmod +x ./outputs/chroot/filesystem_chroot_install.sh
chroot ./outputs/chroot /bin/bash -c "/filesystem_chroot_install.sh"
cp ./config/interfaces.network ./outputs/chroot/etc/systemd/network/10-all.network
cp ./config/resolved.conf ./outputs/chroot/etc/systemd/resolved.conf
cd $DIR
cd ..
if mountpoint -q "./outputs/chroot/proc/"; then