dotfiles/root/etc/mkinitcpio.conf
Marko Korhonen a376294eb7 Rearrange docker stuff
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-14 14:56:01 +02:00

9 lines
333 B
Plaintext

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 @@%}