Switch to busybox init hooks from systemd

This commit is contained in:
Marko Korhonen 2021-02-18 18:18:09 +02:00
parent f05518a3ca
commit d67f344bb1
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 2 deletions

View file

@ -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)