forked from rhboot/grubby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallkernel.8
More file actions
27 lines (22 loc) · 754 Bytes
/
installkernel.8
File metadata and controls
27 lines (22 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH INSTALLKERNEL 8 "Wed Apr 14 2010"
.SH NAME
installkernel \- tool to script kernel installation
.SH SYNOPSIS
\fBinstallkernel\fR \fI<kernel-version> <bootimage> <mapfile>\fR
.SH DESCRIPTION
\fBinstallkernel\fR installs a new kernel image onto the system from
the Linux source tree. It is called by the Linux kernel makefiles when
\fBmake install\fR is invoked there.
The new kernel is installed into {directory}/vmlinuz-{version}. If a
symbolic link {directory}/vmlinuz already exists, it is refreshed by
making a link from {directory}/vmlinuz to the new kernel, and the
previously installed kernel is available as {directory}/vmlinuz.old.
.SH "SEE ALSO"
.BR grubby(8)
.BR new-kernel-pkg(8)
.SH AUTHORS
.nf
Erik Troan
Jeremy Katz
Peter Jones
.fi