From addde15079357a509a0fc5c16583ebeb2a8d4a12 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 9 Feb 2017 03:48:33 +0100 Subject: [PATCH] Update make_mksquashfs.sh --- make_mksquashfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make_mksquashfs.sh b/make_mksquashfs.sh index 5939c05..3223089 100644 --- a/make_mksquashfs.sh +++ b/make_mksquashfs.sh @@ -25,6 +25,9 @@ echo "COMPRESSION="xz"" >> ${work_dir}/airootfs/etc/mkinitcpio.conf echo ${iso_name} > ${work_dir}/airootfs/etc/hostname +curl -o ${work_dir}/airootfs/usr/bin/arch-install https://raw.githubusercontent.com/simono41/Arch-Install-Script/master/arch-install.sh +chmod +x ${work_dir}/airootfs/usr/bin/arch-install + read -p "Wenn Fertig gebaut dann eingabetaste druecken sonst abrechen mit Steuerung + C!!!" arch-chroot ${work_dir}/airootfs mkinitcpio -p linux