mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
a376294eb7
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
9 lines
333 B
Plaintext
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 @@%}
|