diff --git a/arch-install b/arch-install index 25f07ff..183cde7 100755 --- a/arch-install +++ b/arch-install @@ -272,7 +272,7 @@ function installation { fi # module and hooks - parameter="base udev modconf " + parameter="base udev " if [ "${swap}" != "n" ]; then parameter="${parameter}resume " fi @@ -280,8 +280,8 @@ function installation { parameter="${parameter}encrypt " fi parameter="${parameter}block filesystems keyboard " - if [ "${verschluesselung}" == "y" ]; then - if [ "${dateisystem}" == "btrfs" ]; then + if [ "${dateisystem}" == "btrfs" ]; then + if [ "${raid}" != "n" ]; then parameter="${parameter}btrfs " fi fi diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index e1fe5a9..f85f1fd 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -18,6 +18,8 @@ out_dir=out install_dir=arch version="$1" +echo "Hallo Echo" + # for-schleife for wort in "$2" "$3" "$4" "$5" "$6" "$7" do