mkosi: Use shared extra tree between initrd and main image
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 24 Nov 2024 18:19:52 +0000 (19:19 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Nov 2024 06:09:58 +0000 (15:09 +0900)
commitbb486fe9dffb5e9d9a76575b033ab8116a21493b
treeadc06d2ddfe107fd932f1ce45f81eacc418ad367
parent0e44a351ea8a6ebb63acaa9c6663656b16499ec6
mkosi: Use shared extra tree between initrd and main image

Let's share more between initrd and main system and use a shared
extra tree to achieve that.
14 files changed:
mkosi.conf
mkosi.coredump-journal-storage.conf [deleted file]
mkosi.extra.common/etc/issue [new file with mode: 0644]
mkosi.extra.common/usr/lib/systemd/coredump.conf.d/10-coredump-journal-storage.conf [new file with mode: 0644]
mkosi.extra.common/usr/lib/systemd/journald.conf.d/ratelimit.conf [new file with mode: 0644]
mkosi.extra.common/usr/lib/systemd/leak-sanitizer-suppressions [new file with mode: 0644]
mkosi.extra.common/usr/lib/systemd/system-preset/00-mkosi.preset [new file with mode: 0644]
mkosi.extra.common/usr/lib/systemd/system-preset/99-mkosi.preset [new file with mode: 0644]
mkosi.extra/etc/issue [deleted file]
mkosi.extra/usr/lib/systemd/journald.conf.d/ratelimit.conf [deleted file]
mkosi.extra/usr/lib/systemd/system-preset/00-mkosi.preset [deleted file]
mkosi.extra/usr/lib/systemd/system-preset/99-mkosi.preset [deleted file]
mkosi.images/initrd/mkosi.conf
mkosi.leak-sanitizer-suppressions [deleted file]