豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 402 Bytes

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.