From 19bc6f21ba081e3289a0e322cf70e0be3d7b5815 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 11 Sep 2022 09:39:26 +0200 Subject: [PATCH] remove filesystem and systemd-sysvcompat hacks, they are part of stripped down base --- usr/lib/archboot/installer/common.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index 6871549b2..bc18b2db3 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -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