]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
fix(systemd-initrd): add base as dependency
authorDorina Kovacs <princessdorinakovacs@gmail.com>
Thu, 8 Aug 2024 15:00:43 +0000 (17:00 +0200)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 21 Aug 2024 13:34:45 +0000 (09:34 -0400)
commit56c84cdece4bff04ed9db213f49d052d994df04d
tree4efe23140c7f42039af8939bfc837dcfa93844bb
parentad520855113d99d7551a7ab6c19870736f72cbc4
fix(systemd-initrd): add base as dependency

For systemd to run properly inside initramfs, /etc/initrd-release is required to exist. [1]
/etc/initrd-release is only written in the base module.

[1]: https://systemd.io/INITRD_INTERFACE/#using-systemd-inside-an-initrd
.github/workflows/integration.yml
modules.d/01systemd-initrd/module-setup.sh
test/TEST-05-SYSTEMD-INITRD/Makefile [new file with mode: 0644]
test/TEST-05-SYSTEMD-INITRD/create-root.sh [new file with mode: 0755]
test/TEST-05-SYSTEMD-INITRD/test.sh [new file with mode: 0755]