Lots of changes

This commit is contained in:
Marko Korhonen 2020-05-06 09:47:03 +03:00
parent cd8b03946b
commit 4341d18fb1
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
24 changed files with 98 additions and 509 deletions

View file

@ -1,8 +1,9 @@
MODULES=(amdgpu)
BINARIES=()
FILES=()
{%@@ if profile == "Mirkwood" @@%}
HOOKS=(base udev autodetect modconf block filesystems keyboard colors consolefont welcomemessage encrypt resume fsck)
{%@@ elif profile == "Rivendell" @@%}
BINARIES=("/usr/bin/btrfs")
HOOKS=(base autodetect modconf block filesystems keyboard fsck systemd sd-welcomemessage sd-encrypt)
{%@@ else @@%}
BINARIES=()
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
{%@@ endif @@%}