File: installkernel.8

package info (click to toggle)
debianutils 1.16.2woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 156 kB
  • ctags: 36
  • sloc: ansic: 609; sh: 344; makefile: 50
file content (38 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
.TH INSTALLKERNEL 8 "7 Jan 2001" "Debian Linux"
.SH NAME
installkernel \- install a new kernel image
.SH SYNOPSYS
.BI "installkernel " "version zImage System.map [directory]"
.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 {directory}/vmlinuz-{version} ,
a link is made from
.I {directory}/vmlinuz
to the new kernel, and the previously installed kernel is available as
.IR {directory}/vmlinuz.old .
If you use LILO, 
.I /etc/lilo.conf
should contain entries for the images
.IR {directory}/vmlinuz " and " {directory}/vmlinuz.old .
.RI ( {version}
is the new kernel's version.)
.P
.B installkernel
calls
.B mkboot -i
to make the system bootable after the kernel is installed.
.SH BUGS
installkernel resides in /sbin only because the Linux kernel makefiles
call it from there.  It should really be in /usr/sbin.  It isn't
needed to boot a system, and it calls
.BR mkboot ,
which depends on the /usr partition being mounted.
.SH "SEE ALSO"
mkboot(8), lilo(8), lilo.conf(5)