diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index ef00c86..373a2f4 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -29,7 +29,7 @@ do if [ "$wort" == "makesystem" ]; then makesystem=y; fi if [ "$wort" == "mkinitcpio" ]; then mkinitcpio=y; fi if [ "$wort" == "filesystem" ]; then filesystem=y; fi - if [ "$wort" == "initcheck" ]; then filesystem=y; fi + if [ "$wort" == "initcheck" ]; then initcheck=y; fi if [ "$wort" == "makeimage" ]; then makeimage=y; fi if [ "$wort" == "makebios" ]; then makebios=y; fi if [ "$wort" == "makeiso" ]; then makeiso=y; fi