mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Needed to remove exit 1 because mkinitcpio returns 1 also if command execute successfull
This commit is contained in:
parent
594a69f115
commit
7279d21284
@ -369,7 +369,7 @@ if [ "$encrypt_system" == "y" ]
|
|||||||
sed -i "s/$mkinitcpio_search_hooks/$mkinitcpio_replace_hooks/g" "$mkinitcpio_path" &&
|
sed -i "s/$mkinitcpio_search_hooks/$mkinitcpio_replace_hooks/g" "$mkinitcpio_path" &&
|
||||||
info "Content of $mkinitcpio_path:$(cat "$mkinitcpio_path")" &&
|
info "Content of $mkinitcpio_path:$(cat "$mkinitcpio_path")" &&
|
||||||
info "Generating mkinitcpio..." &&
|
info "Generating mkinitcpio..." &&
|
||||||
echo "mkinitcpio -vP || exit 1" | chroot "$root_mount_path" /bin/bash &&
|
echo "mkinitcpio -vP" | chroot "$root_mount_path" /bin/bash &&
|
||||||
|
|
||||||
fstab_insert_line="UUID=$root_partition_uuid / $root_filesystem defaults,noatime 0 1" &&
|
fstab_insert_line="UUID=$root_partition_uuid / $root_filesystem defaults,noatime 0 1" &&
|
||||||
info "Configuring $fstab_path..." || error
|
info "Configuring $fstab_path..." || error
|
||||||
|
Loading…
Reference in New Issue
Block a user