Update make_mksquashfs.sh

This commit is contained in:
Simon Rieger 2017-02-05 21:05:57 +01:00 committed by GitHub
parent 540e36cbc4
commit 0fab7358ef

View file

@ -38,7 +38,7 @@ echo " APPEND /arch/boot/syslinux/" >> work/iso/isolinux/isolinux.cfg
read -p "Soll das Image jetzt gemacht werden? [Y/n] " image
if [ "$root" != "n" ]
if [ "$image" != "n" ]
then
mkdir out
xorriso -as mkisofs \