]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/x86/boot/mtools.conf.in
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[mirror_ubuntu-artful-kernel.git] / arch / x86 / boot / mtools.conf.in
1 #
2 # mtools configuration file for "make (b)zdisk"
3 #
4
5 # Actual floppy drive
6 drive a:
7 file="/dev/fd0"
8
9 # 1.44 MB floppy disk image
10 drive v:
11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
12
13 # 2.88 MB floppy disk image (mostly for virtual uses)
14 drive w:
15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
16
17