Skip to content

Files

Latest commit

May 22, 2015
f5f88e8 · May 22, 2015

History

History
15 lines (8 loc) · 402 Bytes

installkernel.md

File metadata and controls

15 lines (8 loc) · 402 Bytes

installkernel

Install give kernel to system.

Called by make install on Linux 4.0.

On Ubuntu 14.04, furnished by the debianutils package.

It does a:

/run-parts /etc/kernel/postinst.d

which runs all scripts under /etc/kernel/postinst.d. Files in that directory are furnished by several packages.

In particular, this also runs update-grub via /etc/kernel/postinst.d/zz-update-grub.