4 As of syslinux 4.01+dfsg-1, the syslinux package doesn't contain premade floppy
5 images anymore. Floppy drives are to be considered extinct in 2010.
7 However, if still want floppy images, you can produce them on your own:
11 # apt-get install mtools
15 # for SIZE in 720 1200 1440 1743; \
17 dd if=/dev/zero of=img${SIZE}k bs=1k count=${SIZE};
20 # for DRIVE in a: b: c: d:;\
22 MTOOLSRC=/usr/share/syslinux/examples/mtoolsrc \
26 # for SIZE in 720 1200 1440 1743; \
28 syslinux -s debian/build/img${SIZE}k; \
33 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 12 Jul 2010 19:22:36 +0200