mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
12 lines
477 B
Plaintext
12 lines
477 B
Plaintext
COMPRESSION="zstd"
|
|
MODULES=(amdgpu)
|
|
BINARIES=("/usr/bin/btrfs")
|
|
FILES=()
|
|
|
|
{%@@ if profile == "Mirkwood" @@%}
|
|
HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck)
|
|
{%@@ elif profile == 'Moria' @@%}
|
|
#HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck)
|
|
HOOKS=(base udev kms keyboard autodetect modconf block netconf dropbear encryptssh filesystems btrfs fsck)
|
|
{%@@ endif @@%}
|