remove filesystem and systemd-sysvcompat hacks, they are part of stripped down base

This commit is contained in:
Tobias Powalowski 2022-09-11 09:39:26 +02:00
parent f545709a28
commit 19bc6f21ba

View file

@ -122,10 +122,6 @@ auto_packages() {
linux_firmware
marvell_firmware
### HACK:
# always add systemd-sysvcompat components
PACKAGES="${PACKAGES//\ systemd-sysvcompat\ / }"
PACKAGES="${PACKAGES} systemd-sysvcompat"
### HACK:
# always add intel-ucode
if [[ "$(uname -m)" == "x86_64" ]]; then
PACKAGES="${PACKAGES//\ intel-ucode\ / }"
@ -156,9 +152,6 @@ auto_packages() {
PACKAGES="${PACKAGES} nano"
PACKAGES="${PACKAGES//\ vi\ / }"
PACKAGES="${PACKAGES} vi"
### HACK: circular depends are possible in base, install filesystem first!
PACKAGES="${PACKAGES//\ filesystem\ / }"
PACKAGES="filesystem ${PACKAGES}"
}
# /etc/locale.gen