Update make_mksquashfs.sh
This commit is contained in:
parent
540e36cbc4
commit
0fab7358ef
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue