dotfiles/root/etc/mkinitcpio.conf
Marko Korhonen 66686fbdc1 Fix profile name
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 09:29:24 +02:00

9 lines
339 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 == "Rivendell" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
{%@@ endif @@%}