Add plymouth to moria
This commit is contained in:
parent
b04b5665e2
commit
a1c475da50
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
COMPRESSION="zstd"
|
||||
MODULES=(amdgpu)
|
||||
BINARIES=("/usr/bin/btrfs")
|
||||
FILES=()
|
||||
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
BINARIES=("/usr/bin/btrfs")
|
||||
{%@@ if profile == "Mirkwood" or profile == "Moria" @@%}
|
||||
HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck)
|
||||
|
||||
{%@@ else @@%}
|
||||
BINARIES=()
|
||||
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
|
||||
{%@@ 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 @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue