fixes
This commit is contained in:
parent
21107cf3fc
commit
d94dab208e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user