]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
kernel-install: add default install scripts
authorHarald Hoyer <harald@redhat.com>
Tue, 30 Apr 2013 16:01:47 +0000 (18:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 6 May 2013 14:19:02 +0000 (16:19 +0200)
commit8f51399e75e5d0d0741ecb18c549a57840bd1cc3
tree4212a43fb49a2ca03c94ad9add1cb771c6b6f5d4
parentc95686c6ed1879f959a4eb70249167e297751834
kernel-install: add default install scripts

Do the depmod in the kernel-install hooks, so hooks can produce/install
kernel modules and be part of the depmod.

Also move the basic boot loader entry creation and removal to a
plugin script.

If PRETTY_NAME is not defined in /etc/os-release, fallback to
PRETTY_NAME="Linux $KERNEL_VERSION".

Add documentation for everything in the man page.
Makefile.am
man/kernel-install.xml
src/kernel-install/50-depmod.install [new file with mode: 0644]
src/kernel-install/90-loaderentry.install [new file with mode: 0644]
src/kernel-install/kernel-install