From 3f2e49dc2e0a2c1ac0688c19db762b99c952a5aa Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 9 Feb 2017 02:59:14 +0100 Subject: [PATCH] Update make_mksquashfs.sh --- make_mksquashfs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make_mksquashfs.sh b/make_mksquashfs.sh index dfc7467..630aafa 100644 --- a/make_mksquashfs.sh +++ b/make_mksquashfs.sh @@ -16,8 +16,7 @@ pacstrap -i ${work_dir}/airootfs base base-devel syslinux efibootmgr efitools curl -o ${work_dir}/airootfs/usr/lib/initcpio/install/archiso https://raw.githubusercontent.com/simono41/archiso/master/archiso/initcpio/install/archiso curl -o ${work_dir}/airootfs/usr/lib/initcpio/hooks/archiso https://raw.githubusercontent.com/simono41/archiso/master/archiso/initcpio/hooks/archiso -echo "Bitte fuer aenderungen jetzt abrechen!!!" -sleep 10 +read -p "Wenn Fertig gebaut dann eingabetaste druecken sonst abrechen mit Steuerung + C!!!" echo "HOOKS="base udev archiso sata filesystems"" > ${work_dir}/${install_dir}/etc/mkinitcpio.conf echo "COMPRESSION="xz"" >> ${work_dir}/${install_dir}/etc/mkinitcpio.conf