]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(Gentoo): enable testing systemd-bsod dracut module
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 9 Nov 2024 20:13:01 +0000 (15:13 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 9 Nov 2024 23:03:49 +0000 (18:03 -0500)
test/container/Dockerfile-gentoo

index 6c2660c5dfe074d480548d8b7c79ca01fad86ce6..b39f0453770d744b6cd8313d1f1bfdee6ed1c8ca 100644 (file)
@@ -35,8 +35,8 @@ RUN \
     echo "USE=\"boot kernel-install pkcs7 pkcs11 tpm -initramfs\"" >> /etc/portage/make.conf ;\
     # Use debian's installkernel \
     echo 'sys-kernel/installkernel -systemd' >> /etc/portage/package.use/kernel ;\
-    # Enable ukify and cryptsetup tools (includes unit generator for crypttab) \
-    echo 'sys-apps/systemd ukify cryptsetup' >> /etc/portage/package.use/systemd ;\
+    # Enable ukify, qrcode and cryptsetup (includes unit generator for crypttab) \
+    echo 'sys-apps/systemd ukify qrcode cryptsetup' >> /etc/portage/package.use/systemd ;\
     # Support thin volumes and build all of LVM2 including daemons and tools like lvchange \
     echo 'sys-fs/lvm2 thin lvm' >> /etc/portage/package.use/lvm2 ;\
     # Ensure everything is up to date before we start \