Annotation of /trunk/grubby/installkernel.8
Parent Directory | Revision Log
Revision 1338 -
(hide annotations)
(download)
Fri Jun 3 21:04:42 2011 UTC (13 years, 5 months ago) by niro
File size: 754 byte(s)
Fri Jun 3 21:04:42 2011 UTC (13 years, 5 months ago) by niro
File size: 754 byte(s)
-copied from magellan-mkinitrd
1 | niro | 1154 | .TH INSTALLKERNEL 8 "Wed Apr 14 2010" |
2 | .SH NAME | ||
3 | installkernel \- tool to script kernel installation | ||
4 | |||
5 | .SH SYNOPSIS | ||
6 | \fBinstallkernel\fR \fI<kernel-version> <bootimage> <mapfile>\fR | ||
7 | |||
8 | .SH DESCRIPTION | ||
9 | \fBinstallkernel\fR installs a new kernel image onto the system from | ||
10 | the Linux source tree. It is called by the Linux kernel makefiles when | ||
11 | \fBmake install\fR is invoked there. | ||
12 | |||
13 | The new kernel is installed into {directory}/vmlinuz-{version}. If a | ||
14 | symbolic link {directory}/vmlinuz already exists, it is refreshed by | ||
15 | making a link from {directory}/vmlinuz to the new kernel, and the | ||
16 | previously installed kernel is available as {directory}/vmlinuz.old. | ||
17 | |||
18 | .SH "SEE ALSO" | ||
19 | .BR grubby(8) | ||
20 | .BR new-kernel-pkg(8) | ||
21 | |||
22 | .SH AUTHORS | ||
23 | .nf | ||
24 | Erik Troan | ||
25 | Jeremy Katz | ||
26 | Peter Jones | ||
27 | .fi |