Switch to busybox init hooks from systemd

This commit is contained in:
Marko Korhonen 2021-02-18 18:18:09 +02:00
parent 2775d41830
commit c31598ccb0
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)