Add a beep to the load_fd stuff for each floppy insert request so
authorJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 15 Jun 1994 21:04:04 +0000 (21:04 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 15 Jun 1994 21:04:04 +0000 (21:04 +0000)
that you can read a book and load the floppy distribution at the same
time.. :-)

etc/etc.i386/cpio.magic

index db1170e..6c8607a 100644 (file)
@@ -1,5 +1,5 @@
 #!bin/sh
 #!bin/sh
-#      $Id: cpio.magic,v 1.9 1994/06/12 11:05:04 csgr Exp $
+#      $Id: cpio.magic,v 1.10 1994/06/15 21:02:36 jkh Exp $
 #
 set_tmp_dir()
 {
 #
 set_tmp_dir()
 {
@@ -104,7 +104,7 @@ load_fd()
                echo; 
                if [ "$drive" != "C" ]; then
                        echo    "Insert floppy in drive $drive:, then press RETURN to copy files,"
                echo; 
                if [ "$drive" != "C" ]; then
                        echo    "Insert floppy in drive $drive:, then press RETURN to copy files,"
-                       echo -n "or enter option (? for help): "
+                       echo -n "or enter option (? for help): \a"
                else
                        echo -n "Press RETURN to copy files, or enter option (? for help): "
                fi
                else
                        echo -n "Press RETURN to copy files, or enter option (? for help): "
                fi