diff --git a/root/etc/mkinitcpio.conf b/root/etc/mkinitcpio.conf index 0badc22e..417fa9e3 100644 --- a/root/etc/mkinitcpio.conf +++ b/root/etc/mkinitcpio.conf @@ -3,6 +3,6 @@ BINARIES=() FILES=() {%@@ if profile == "Mirkwood" @@%} HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard btrfs welcomemessage encrypt resume fsck) -{%@@ elif profile == "Mirkwood" @@%} +{%@@ elif profile == "Rivendell" @@%} HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck) {%@@ endif @@%}