Skip to content

Commit 42feab2

Browse files
kalyazinManciukic
authored andcommitted
test(popular-containers): install udevadm in rootfs
The resources/overlay/etc/systemd/system/fcnet.service service depends on udevadm to be installed in the rootfs. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent be00275 commit 42feab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test-popular-containers/build_rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ case \$ID in
5252
ubuntu)
5353
export DEBIAN_FRONTEND=noninteractive
5454
apt update
55-
apt install -y openssh-server iproute2
55+
apt install -y openssh-server iproute2 udev
5656
;;
5757
alpine)
5858
apk add openssh openrc
@@ -62,7 +62,7 @@ alpine)
6262
;;
6363
amzn)
6464
dnf update
65-
dnf install -y openssh-server iproute passwd
65+
dnf install -y openssh-server iproute passwd systemd-udev
6666
# re-do this
6767
ln -svf /etc/systemd/system/fcnet.service /etc/systemd/system/sysinit.target.wants/fcnet.service
6868
rm -fv /etc/systemd/system/getty.target.wants/[email protected]

0 commit comments

Comments
 (0)