final-fix

This commit is contained in:
simono41 2018-04-25 18:44:38 +02:00
parent 3c62d02c9f
commit 6afe92423d

View file

@ -29,7 +29,7 @@ do
if [ "$wort" == "makesystem" ]; then makesystem=y; fi if [ "$wort" == "makesystem" ]; then makesystem=y; fi
if [ "$wort" == "mkinitcpio" ]; then mkinitcpio=y; fi if [ "$wort" == "mkinitcpio" ]; then mkinitcpio=y; fi
if [ "$wort" == "filesystem" ]; then filesystem=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" == "makeimage" ]; then makeimage=y; fi
if [ "$wort" == "makebios" ]; then makebios=y; fi if [ "$wort" == "makebios" ]; then makebios=y; fi
if [ "$wort" == "makeiso" ]; then makeiso=y; fi if [ "$wort" == "makeiso" ]; then makeiso=y; fi