#!/bin/bash # lame script to # make a boot floppy of the pbackup.img that is in this directory. # this floppy will boot a linux system. # don't like it?? you can make your own with the PenguinBackup tar ball in # ../SOURCE dd if=./pbackup.img of=/dev/fd0 bs=1024 echo "" echo "You Pilot Penguin Backup Floppy is finished writing." echo "Reboot to boot into the system installed on the floppy." echo "" echo "" exit