Penguin
Annotated edit history of mkboot(8) version 2, including all changes. View license author blame.
Rev Author # Line
2 IanMcDonald 1 <verbatim>
1 perry 2 NAME
2 IanMcDonald 3 mkboot - makes a bootdisk
1 perry 4
2 IanMcDonald 5 SYNOPSIS
6 mkboot [-r rootpartition] [-i] [-d device] [kernel]
1 perry 7
2 IanMcDonald 8 DESCRIPTION
9 mkboot makes a bootdisk.
1 perry 10
2 IanMcDonald 11 By default the bootdisk will use the kernel /vmlinuz and the current
12 root partition. Use the -r option to specify a different partition,
13 and provide the new kernel file directly to specify a different kernel.
14 Use the -d option to specify a different device for the floppy drive.
1 perry 15
2 IanMcDonald 16 If invoked with the -i option, it tries to make a Debian GNU/Linux sys-
17 tem bootable after a new kernel was installed by /sbin/installkernel.
18 If ELILO is installed, it runs /usr/sbin/elilo. If GRUB is installed,
19 it does nothing. If LILO is in use, it runs /sbin/lilo. If SILO is
20 installed, it does nothing. Otherwise, mkboot will make a new boot-
21 disk.
1 perry 22
2 IanMcDonald 23 BUGS
24 mkboot only works on i386 and ia64. mkboot only works on floppy
25 diskette drives. If rdev is not present, mkboot will fail to determine
26 the correct root partition. Patches to correct these deficiencies are
27 welcome.
28 </verbatim>
29 <pre>
30 SEE ALSO
31 [installkernel(8)], [lilo(8)], [grub(8)], [silo(8)]
32 </pre>
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.