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