]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Move debian/ubuntu kernel-install workaround to a kernel-install script 1060/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 15 Jul 2022 21:32:16 +0000 (23:32 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Jul 2022 15:53:15 +0000 (17:53 +0200)
commit09e50e3a50a91f56ef59960e968095c4b39e7bbf
treeabc373e1b236d4341eff749a2341cc6e65e20ce9
parent3c4a3e2d8b98507b0681e55b86b63055dc078354
Move debian/ubuntu kernel-install workaround to a kernel-install script

Instead of manually running dpkg-reconfigure dracut in mkosi. Let's
drop in a kernel install script that runs dpkg-reconfigure dracut. We
can install this script as part of the install function and get rid
of a distribution specific check.
mkosi/__init__.py
mkosi/resources/dpkg-reconfigure-dracut.install [new file with mode: 0644]