]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(alpine): add util-linux-login for sulogin
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 17 Nov 2024 14:32:02 +0000 (09:32 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 17 Nov 2024 14:54:20 +0000 (09:54 -0500)
This is required to test emergency shell.

test/container/Dockerfile-alpine

index 7cf37ae432be0a9ef94a8fb9e328d58c2f1c8a25..3470eea23f4df030f2c06b2a4c5263f4212a99c7 100644 (file)
@@ -63,4 +63,5 @@ if [ "$DISTRIBUTION" = "alpine:edge" ] ; then \
     procps \
     squashfs-tools \
     util-linux-misc \
+    util-linux-login \
 ; fi