Skip to content

Commit eede08f

Browse files
committed
Try to avoid systemd-userdb and xinetd services
1 parent f4ff00e commit eede08f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

machine/conf/distro/enapter-industrial-linux.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ IMAGE_ROOTFS_INSTALL_BASE_UTILS = "\
5454
findutils \
5555
grep \
5656
gzip \
57-
inetutils \
58-
inetutils-ping \
5957
inetutils-telnet \
6058
inetutils-tftp \
61-
inetutils-traceroute \
6259
iproute2 \
6360
iproute2-ip \
6461
iproute2-ss \
6562
iproute2-tc \
63+
iputils-arping \
64+
iputils-ping \
6665
less \
6766
net-tools \
6867
p7zip \
@@ -71,6 +70,7 @@ IMAGE_ROOTFS_INSTALL_BASE_UTILS = "\
7170
shadow-base \
7271
tar \
7372
time \
73+
traceroute \
7474
unzip \
7575
vim \
7676
wget \
@@ -218,7 +218,7 @@ GO_LINKSHARED = ""
218218

219219
hostname_pn-base-files = ""
220220

221-
PACKAGECONFIG:remove:pn-systemd = "timesyncd networkd resolved nss-resolve"
221+
PACKAGECONFIG:remove:pn-systemd = "timesyncd networkd resolved nss-resolve userdb"
222222
PACKAGECONFIG:append:pn-systemd = " pcre2 coredump elfutils"
223223

224224
SYSTEMD_AUTO_ENABLE:sshd = "disable"

0 commit comments

Comments
 (0)