From 5edf8e965379bccb50c74da14b4a693b371a35c9 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Tue, 29 Sep 2020 18:18:10 +0200 Subject: [PATCH] Solved bug --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index baae3ff..957f4fc 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -428,7 +428,7 @@ if [ "$encrypt_system" == "y" ] replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)" mkinitcpio_path="/etc/mkinitcpio.conf" mkinitcpio_rescue_path="$mkinitcpio_path$rescue_suffix" - search_modules="MODULES=()" + search_modules='MODULES=""' replace_modules="MODULES=(g_cdc usb_f_acm usb_f_ecm smsc95xx g_ether)" root_mapper_path="/dev/mapper/root" fstab_path="/mnt/etc/fstab"