diff --git a/root/etc/mkinitcpio.conf b/root/etc/mkinitcpio.conf index 31560d4..3082c7d 100644 --- a/root/etc/mkinitcpio.conf +++ b/root/etc/mkinitcpio.conf @@ -5,8 +5,7 @@ FILES=() {%@@ if profile == "Mirkwood" or profile == "Moria" @@%} HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck) - -{%@@ elif profile === 'Moria' @@%} +{%@@ elif profile == 'Moria' @@%} HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck) #HOOKS=(base udev keyboard autodetect modconf block netconf dropbear encryptssh filesystems btrfs fsck) {%@@ endif @@%}