Disable plymouth and enable remove luks decrypt on Moria
This commit is contained in:
parent
46400e2801
commit
35a2a782f0
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ MODULES=(amdgpu)
|
|||
BINARIES=("/usr/bin/btrfs")
|
||||
FILES=()
|
||||
|
||||
{%@@ if profile == "Mirkwood" or profile == "Moria" @@%}
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt 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)
|
||||
#HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck)
|
||||
HOOKS=(base udev kms keyboard autodetect modconf block netconf dropbear encryptssh filesystems btrfs fsck)
|
||||
{%@@ endif @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue