freebsd-dev/release/picobsd/build/install
1998-08-27 17:38:45 +00:00

15 lines
319 B
Bash
Executable File

#!/bin/sh
#
# $Id: install,v 1.3 1998/08/02 01:04:37 abial Exp $
#
echo "Please insert a blank floppy in /dev/fd0."
echo "WARNING: the contents of the floppy will be permanently erased!"
echo "Press ^C to abort, Enter to continue."
read junk
echo "Writing picobsd.bin..."
dd if=picobsd.bin of=/dev/rfd0
echo "Done."