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