Penguin
Blame: installkernel(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of installkernel(8) version 2, including all changes. View license author blame.
Rev Author # Line
2 IanMcDonald 1 <verbatim>
1 perry 2 NAME
2 IanMcDonald 3 installkernel - install a new kernel image
1 perry 4
2 IanMcDonald 5 SYNOPSIS
6 installkernel version zImage System.map [directory]
1 perry 7
2 IanMcDonald 8 DESCRIPTION
9 installkernel installs a new kernel image onto the system from the
10 Linux source tree. It is called by the Linux kernel makefiles when
11 make install is invoked there.
1 perry 12
2 IanMcDonald 13 The new kernel is installed into {directory}/vmlinuz-{version}, a link
14 is made from {directory}/vmlinuz to the new kernel, and the previously
15 installed kernel is available as {directory}/vmlinuz.old. If you use
16 LILO, /etc/lilo.conf should contain entries for the images {direc-
17 tory}/vmlinuz and {directory}/vmlinuz.old. ({version} is the new ker-
18 nel's version.)
1 perry 19
2 IanMcDonald 20 installkernel calls mkboot -i to make the system bootable after the
21 kernel is installed.
1 perry 22
2 IanMcDonald 23 BUGS
24 installkernel resides in /sbin only because the Linux kernel makefiles
25 call it from there. It should really be in /usr/sbin. It isn't needed
26 to boot a system, and it calls mkboot, which depends on the /usr parti-
27 tion being mounted.
28 </verbatim>
29 <pre>
30 SEE ALSO
31 [mkboot(8)], [lilo(8)], [lilo.conf(5)]
32 </pre>
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.