1MKBOOTDISK(8) System Manager's Manual MKBOOTDISK(8)
2
3
4
6 mkbootdisk - creates a stand-alone boot floppy for the running system
7
9 mkbootdisk [--version] [--noprompt] [--verbose]
10 [--device devicefile] [--size size]
11 [--kernelargs <args>] [--iso] kernel
12
13
15 mkbootdisk creates a boot floppy appropriate for the running system.
16 The boot disk is entirely self-contained, and includes an initial
17 ramdisk image which loads any necessary SCSI modules for the system.
18 The created boot disk looks for the root filesystem on the device sug‐
19 gested by /etc/fstab. The only required argument is the kernel version
20 to put onto the boot floppy.
21
22
24 --device devicefile
25 The boot image is created on devicefile. If --device is not
26 specified, /dev/fd0 is used. If devicefile does not exist mkini‐
27 trd creates a 1.44Mb floppy image using devicefile as the file‐
28 name.
29
30
31 --noprompt
32 Normally, mkbootdisk instructs the user to insert a floppy and
33 waits for confirmation before continuing. If --noprompt is spec‐
34 ified, no prompt is displayed.
35
36
37 --verbose
38 Instructs mkbootdisk to talk about what it's doing as it's doing
39 it. Normally, there is no output from mkbootdisk.
40
41
42 --iso Instructs mkbootdisk to make a bootable ISO image as devicefile.
43
44
45 --version
46 Displays the version of mkbootdisk and exits.
47
48
49 --kernelargs args
50 Adds args to the arguments appended on the kernel command line.
51 If this is not specified mkbootdisk uses grubby to parse the
52 arguments for the default kernel from grub.conf, if possible.
53
54
55 --size size
56 Uses size (in kilobytes) as the size of the image to use for the
57 boot disk. If this is not specified, mkbootdisk will assume a
58 standard 1.44Mb floppy device.
59
60
62 grubby(8) dracut(8)
63
64
66 Erik Troan <ewt@redhat.com>
67
68
69
704th Berkeley Distribution Tue Mar 31 1998 MKBOOTDISK(8)