debian:/home/eric# '/home/eric/MakeDisk.sh' Checking for bad blocks (non-destructive read-write test) Testing with random pattern: done Formatting floppy... Creating 'tempfs' temporary mount point folder Creating 4MB empty file for the loopback file system 4000+0 records in 4000+0 records out 4096000 bytes transferred in 0.279478 seconds (14655897 bytes/sec) Making new EXT2 file system in the 'fs' loopback file Mounting loopback file './fs' in the './tempfs/' directory Creating directories in the filesystem Copying device files to the new filesystem Creating /etc/fstab Creating /etc/inittab Creating /etc/passwd Creating /etc/init.d/rcS Copying busybox to /bin Creating busybox links Creating a default PAM file at /lib/security/pam_permit.so Creating a default NSS file at /etc/nsswitch.conf Creating /var/log, /var/run, and /mnt/var/run/utmp Compressing filesystem 4000+0 records in 4000+0 records out 4096000 bytes transferred in 2.715538 seconds (1508357 bytes/sec) Mounting the floppy as an MSDOS/FAT disk. Copying the 'linux' kernel to the floppy Copying the compressed filesystem to the floppy Creating a /syslinux.cfg configuration file on the floppy Unmounting the floppy Running syslinux to make the floppy bootable Cleaning up (deleting) 'fs', 'filesys', and 'tempfs' Done. At least if everything WORKED it's done! debian:/home/eric# dd if=/dev/fd0 of=bootdisk.img 2880+0 records in 2880+0 records out 1474560 bytes transferred in 40.329630 seconds (36563 bytes/sec) debian:/home/eric# |