dotfiles/root/etc/mkinitcpio.conf
Marko Korhonen 1adb158a60 Added vconsole stuff to Rivendell and etc
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 09:26:51 +02:00

9 lines
338 B
Plaintext

MODULES=(amdgpu)
BINARIES=()
FILES=()
{%@@ if profile == "Mirkwood" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard btrfs welcomemessage encrypt resume fsck)
{%@@ elif profile == "Mirkwood" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
{%@@ endif @@%}