From 6afe92423d394f364b620479c69acb0551f490cd Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 25 Apr 2018 18:44:38 +0200 Subject: [PATCH] final-fix --- make_mksquashfs-auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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