Switch to busybox init hooks from systemd
This commit is contained in:
parent
f05518a3ca
commit
d67f344bb1
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
MODULES=(amdgpu)
|
||||
FILES=()
|
||||
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
BINARIES=("/usr/bin/btrfs")
|
||||
HOOKS=(base autodetect modconf block filesystems keyboard fsck systemd sd-colors sd-vconsole sd-encrypt)
|
||||
HOOKS=(colors consolefont welcomemessage base udev autodetect modconf block filesystems btrfs keyboard encrypt fsck)
|
||||
|
||||
{%@@ else @@%}
|
||||
BINARIES=()
|
||||
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue