Archived
1
1

run in-root script

This commit is contained in:
Mats van Reenen
2022-09-09 19:00:40 +02:00
committed by GitHub
parent 34cf5788b2
commit 633d84ec48

View File

@@ -113,4 +113,10 @@ run "install base of arch" "pacstrap /mnt base linux linux-frimware"
echo "generate fstab"
genfstab -U /mnt >>/mnt/etc/fstab
run "chroot" "arch-chroot /mnt"
run "copy in-root script" "cp in-root.sh /mnt/root"
echo
echo === chroot config
echo
arch-chroot /mnt "bash /root/in-root.sh"