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