mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
MODULES=(amdgpu)
|
|
FILES=()
|
|
{%@@ if profile == "Mirkwood" @@%}
|
|
BINARIES=("/usr/bin/btrfs")
|
|
HOOKS=(base autodetect modconf block filesystems keyboard fsck systemd sd-colors sd-vconsole sd-encrypt)
|
|
{%@@ else @@%}
|
|
BINARIES=()
|
|
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
|
|
{%@@ endif @@%}
|