You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
foodotfiles/root/etc/mkinitcpio.conf

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