mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Adapted paths
This commit is contained in:
parent
ed2083943a
commit
c6812de087
@ -264,9 +264,9 @@ if [ "$transfer_image" = "y" ]
|
|||||||
mkinitcpio_replace_binaries=$(echo "BINARIES=(/usr/lib/libgcc_s.so.1)"| sed -e 's/[\/&]/\\&/g') &&
|
mkinitcpio_replace_binaries=$(echo "BINARIES=(/usr/lib/libgcc_s.so.1)"| sed -e 's/[\/&]/\\&/g') &&
|
||||||
mkinitcpio_search_hooks="HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)" &&
|
mkinitcpio_search_hooks="HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)" &&
|
||||||
mkinitcpio_replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)" &&
|
mkinitcpio_replace_hooks="HOOKS=(base udev autodetect modconf block sleep netconf dropbear encryptssh filesystems keyboard fsck)" &&
|
||||||
fstab_path="/mnt/etc/fstab" &&
|
fstab_path="/etc/fstab" &&
|
||||||
fstab_rescue_path="$fstab_path$rescue_suffix" &&
|
fstab_rescue_path="$fstab_path$rescue_suffix" &&
|
||||||
crypttab_path="/mnt/etc/crypttab" &&
|
crypttab_path="/etc/crypttab" &&
|
||||||
crypttab_rescue_path="$crypttab_path$rescue_suffix" &&
|
crypttab_rescue_path="$crypttab_path$rescue_suffix" &&
|
||||||
boot_txt_path="/boot/boot.txt" &&
|
boot_txt_path="/boot/boot.txt" &&
|
||||||
boot_txt_rescue_path="$boot_txt_path$rescue_suffix" &&
|
boot_txt_rescue_path="$boot_txt_path$rescue_suffix" &&
|
||||||
|
Loading…
Reference in New Issue
Block a user