]> git.ipfire.org Git - thirdparty/systemd.git/commit
kernel-install: add header to generate entry files 25486/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 22 Nov 2022 14:59:21 +0000 (15:59 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Nov 2022 09:14:25 +0000 (10:14 +0100)
commit0be160136e649d6a46f8252605cdda8f94e7bdcf
treece967db7e6288b2373a7dee7e7c9f1a8254e827d
parent04fea8407c5bbe379946dc6972f23cedae814fbd
kernel-install: add header to generate entry files

I was looking at a bug in bugzilla about some boot loader issue, and it was
hard to say if the boot entry files were generated by our plugin or something
else. Add a header to make this clear.

kernel-install invokes the plugins via absolute path always, so $0 gives as
the full path the location where the plugin is installed. This is what we want:

  title      Fedora Linux 37 (Workstation Edition)
  # Boot Loader Specification type#1 entry
  # File created by /usr/lib/kernel/install.d/90-loaderentry.install (systemd 252-409-g5028904^)
src/kernel-install/90-loaderentry.install.in