Magellan Linux

Contents of /tags/grubby-8_16/installkernel.8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1933 - (show annotations) (download)
Mon Oct 1 12:07:35 2012 UTC (11 years, 5 months ago) by niro
File size: 754 byte(s)
tagged 'grubby-8_16'
1 .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