File: installkernel.8

package info (click to toggle)
debianutils 1.13.3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 148 kB
  • ctags: 35
  • sloc: ansic: 588; sh: 312; makefile: 50
file content (33 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
33
.TH INSTALLKERNEL 8 "18 May 1996" "Debian Linux"
.SH NAME
installkernel \- install a new kernel image
.SH SYNOPSYS
.BI "installkernel " "version zImage System.map"
.SH DESCRIPTION
.PP
.B installkernel
installs a new kernel image onto the system from the Linux source
tree.  It is called by the Linux kernel makefiles when
.B make install
is invoked there.
.P
The new kernel is installed into
.IR /boot/vmlinuz-{version} ,
a link is made from
.I /boot/vmlinuz
to the new kernel, and the previously installed kernel is available as
.IR /boot/vmlinuz.old .
If you use LILO, 
.I /etc/lilo.conf
should contain entries for the images
.IR /boot/vmlinuz " and " /boot/vmlinuz.old .
.RI ( {version}
is the new kernel's version.)
.P
.B installkernel
calls
.B mkboot -installkernel
to make the system bootable after the kernel is installed.

.SH "SEE ALSO"
mkboot(8), lilo(8), lilo.conf(5)