File: mkboot.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 (26 lines) | stat: -rw-r--r-- 564 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
.TH MKBOOT 8 "6 June 1996" "Debian Linux"
.SH NAME
mkboot \- makes a bootdisk
.SH SYNOPSYS
.B "mkboot [kernel]"
.PP
.B "mkboot -installkernel"
.SH DESCRIPTION
.PP
.B mkboot
makes a bootdisk.
.P
If invoked as
.BR "mkboot -installkernel" ", it"
tries to make a Debian Linux system bootable after a new kernel
is installed.  If LILO is in use, it runs
.BR "/sbin/lilo" "."
Otherwise, 
.B mkboot
will make a new bootdisk.
.P
You can specify a kernel for the boot disk on the command line.  This
defaults to
.IR /boot/vmlinuz .
.SH "SEE ALSO"
installkernel(8), lilo(8)