From d8473e2be03d936ac3a7b3fca0142a9161d99e4c Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 18 Aug 2021 12:39:25 +0200 Subject: [PATCH] test --- step3/30-bootloader | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/step3/30-bootloader b/step3/30-bootloader index e2849d5..1a6e54e 100644 --- a/step3/30-bootloader +++ b/step3/30-bootloader @@ -34,9 +34,9 @@ if [[ "${cfg[hibernate]}" == "1" ]]; then sed -i "/^GRUB_CMDLINE_LINUX_DEFAULT/s/=\"/=\"resume=UUID=${cfg[swapuuid]} /" /etc/default/grub fi -if [[ "${cfg[fde_key_store]}" == "twice" ]] || [[ "${cfg[fde_key_store]}" == "once" ]]; then - echo "voidluks-${diskid} UUID=${cfg[partuuid]} none luks" > /etc/crypttab -fi +#if [[ "${cfg[fde_key_store]}" == "twice" ]] || [[ "${cfg[fde_key_store]}" == "once" ]]; then +# echo "voidluks-${diskid} UUID=${cfg[partuuid]} none luks" > /etc/crypttab +#fi if ! grep -q "dark-gray/black" /etc/default/grub; then echo "GRUB_COLOR_NORMAL=\"dark-gray/black\"" >> /etc/default/grub