Fix profile name

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-13 09:29:24 +02:00
parent 1adb158a60
commit 66686fbdc1

View file

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