mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 15:11:04 +01:00
Solved bug
This commit is contained in:
parent
ccb36b67cd
commit
5edf8e9653
@ -428,7 +428,7 @@ if [ "$encrypt_system" == "y" ]
|
|||||||
replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)"
|
replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)"
|
||||||
mkinitcpio_path="/etc/mkinitcpio.conf"
|
mkinitcpio_path="/etc/mkinitcpio.conf"
|
||||||
mkinitcpio_rescue_path="$mkinitcpio_path$rescue_suffix"
|
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)"
|
replace_modules="MODULES=(g_cdc usb_f_acm usb_f_ecm smsc95xx g_ether)"
|
||||||
root_mapper_path="/dev/mapper/root"
|
root_mapper_path="/dev/mapper/root"
|
||||||
fstab_path="/mnt/etc/fstab"
|
fstab_path="/mnt/etc/fstab"
|
||||||
|
Loading…
Reference in New Issue
Block a user