From 0f2a627b242305809138d04637bbf487428dd609 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 11 Jan 2024 17:52:39 +0100 Subject: [PATCH] Makefile: review base packages for rootfs-base target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6364430..33e3472 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ $(MAKEDIST_TARGET): rpm make $(MAKEDIST_TARGET)-rolling: $(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline glibc \ - ncurses systemd setup coreutils rootfiles chkconfig \ - udev debianutils openmamba-release dracut + ncurses systemd setup coreutils util-linux less file rootfiles chkconfig \ + udev debianutils openmamba-release # splashutils $(MAKEDIST_TARGET)-firmwares: ipw2100-firmware ipw2200-firmware zd1211-firmware radeon-firmware \ rt2501-firmware rt2860-firmware rt2870-firmware r5u87x-firmware -$(MAKEDIST_TARGET)-commontools: $(_init_system) util-linux kmod \ +$(MAKEDIST_TARGET)-commontools: $(_init_system) kmod \ procps sed grep tar bzip2 unzip zip pciutils lshw \ pam shadow-common pwdutils acpid screen \ net-tools mc dhcpclient timezone nfs-utils openmamba-lsb-core \