Deleted quot

This commit is contained in:
Boria138 2023-08-19 14:26:36 +06:00
parent bf7f5c6032
commit c0396cf28b
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ def get_kernel_params(uuid):
cryptdevice_params = []
have_dracut = libcalamares.utils.target_env_call(["sh", "-c", "which dracut"]) == 0
uses_sd-encrypt = libcalamares.utils.target_env_call(["sh", "-c", "grep -q 'sd-encrypt' /etc/mkinitcpio.conf"])
uses_sd-encrypt = libcalamares.utils.target_env_call(["sh", "-c", "grep -q sd-encrypt /etc/mkinitcpio.conf"])
# Take over swap settings:
# - unencrypted swap partition sets swap_uuid

View File

@ -136,7 +136,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
["sh", "-c", "which plymouth"]
)
mkinitcpio_systemd = libcalamares.utils.target_env_call(
["sh", "-c", "grep -q 'sd-encrypt' /etc/mkinitcpio.conf"]
["sh", "-c", "grep -q sd-encrypt /etc/mkinitcpio.conf"]
)
# Shell exit value 0 means success
have_plymouth = plymouth_bin == 0