This commit is contained in:
teldra 2021-05-12 11:36:03 +02:00
parent 21107cf3fc
commit d94dab208e

View File

@ -38,5 +38,9 @@ if [[ "${cfg[fde_key_store]}" == "initramfs" ]]; then
echo "voidluks-${diskid} UUID=${cfg[partuuid]} /boot/volume.key luks" > /etc/crypttab echo "voidluks-${diskid} UUID=${cfg[partuuid]} /boot/volume.key luks" > /etc/crypttab
fi fi
if ! grep -q "dark-gray/black" /etc/default/grub; then
echo "GRUB_COLOR_NORMAL=\"dark-gray/black\"" >> /etc/default/grub
echo "GRUB_COLOR_HIGHLIGHT=\"light-red/black\"" >> /etc/default/grub
fi
module end module end