dotfiles/root/etc/mkinitcpio.conf

9 lines
333 B
Plaintext
Raw Normal View History

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