Makefile.defs, rootfs, rootfs-light: time to enable systemd by default
This commit is contained in:
parent
5ba878df2d
commit
77c281540d
@ -4,7 +4,7 @@
|
||||
libpthread.so.0 = glibc
|
||||
|
||||
# systemd/sysvinit
|
||||
_initsystem = sysvinit
|
||||
_initsystem = systemd
|
||||
/sbin/halt = $(_initsystem)
|
||||
/sbin/init = $(_initsystem)
|
||||
/sbin/poweroff = $(_initsystem)
|
||||
|
@ -12,7 +12,7 @@ $(MAKEDIST_TARGET)-$(PLATFORM): \
|
||||
parted iputils file rootfiles ppp minicom xinetd chrony locales mc \
|
||||
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||
openmamba-devel timezone sudo syslog-ng sysvinit kmod \
|
||||
openmamba-devel timezone sudo syslog-ng kmod \
|
||||
liblame expect prelink NetworkManager ModemManager procps \
|
||||
xorg-server x11vnc xkeyboard-config \
|
||||
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \
|
||||
|
@ -19,7 +19,7 @@ $(MAKEDIST_TARGET)-$(PLATFORM): \
|
||||
parted iputils file rootfiles ppp minicom xinetd chrony locales mc \
|
||||
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||
openmamba-devel timezone sudo syslog-ng sysvinit kmod \
|
||||
openmamba-devel timezone sudo syslog-ng kmod \
|
||||
liblame expect prelink NetworkManager ModemManager procps \
|
||||
xorg-server x11vnc xkeyboard-config screen \
|
||||
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \
|
||||
|
@ -2,7 +2,7 @@ $(MAKEDIST_TARGET)-sdk-root: openssh-server usbutils wireless_tools parted \
|
||||
iputils file rootfiles file \
|
||||
dhcpclient ppp minicom vsftpd rt2870-firmware ntp locales \
|
||||
binutils gcc gcc-c++ gcc-cpp make man-db glibc-devel strace \
|
||||
sysvinit util-linux module-init-tools \
|
||||
util-linux module-init-tools \
|
||||
procps sed grep net-tools tar bzip2 unzip zip pciutils \
|
||||
pam shadow-common pwdutils mingetty \
|
||||
NetworkManager ModemManager net-tools mc \
|
||||
|
Loading…
Reference in New Issue
Block a user