Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies It takes quite a while for the /dev to...



details:   https://anonhg.NetBSD.org/src/rev/b012cded7090
branches:  trunk
changeset: 513419:b012cded7090
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jul 30 22:43:36 2001 +0000

description:
It takes quite a while for the /dev to be setup on my PS/2 test machine.
Since impatient users might think the machine locked up, print a message
'Creating real /dev (this may take a while) ...' so that they know what's
happening.

diffstat:

 distrib/i386/floppies/ramdisk-big/dot.profile         |  4 +++-
 distrib/i386/floppies/ramdisk-rescuesmall/dot.profile |  4 +++-
 distrib/i386/floppies/ramdisk-small/dot.profile       |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (69 lines):

diff -r c6587386272c -r b012cded7090 distrib/i386/floppies/ramdisk-big/dot.profile
--- a/distrib/i386/floppies/ramdisk-big/dot.profile     Mon Jul 30 22:23:42 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-big/dot.profile     Mon Jul 30 22:43:36 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2001/01/24 18:18:57 jmc Exp $
+# $NetBSD: dot.profile,v 1.3 2001/07/30 22:43:36 jdolecek Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -60,11 +60,13 @@
        echo ''
 
        # Create real /dev
+       echo 'Creating real /dev (this may take a while) ...'
        mount -t mfs swap /dev
        gzcat /MAKEDEV.gz > /dev/MAKEDEV
        cd /dev
        sh MAKEDEV all 2> /dev/null
        cd ..
+       echo 'Done.'
 
        # mount the ramdisk read write
        mount -u $ROOTDEV /
diff -r c6587386272c -r b012cded7090 distrib/i386/floppies/ramdisk-rescuesmall/dot.profile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/dot.profile     Mon Jul 30 22:23:42 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/dot.profile     Mon Jul 30 22:43:36 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 2001/01/24 18:18:57 jmc Exp $
+#      $NetBSD: dot.profile,v 1.3 2001/07/30 22:43:36 jdolecek Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -55,11 +55,13 @@
        echo ''
 
        # Create real /dev
+       echo 'Creating real /dev (this may take a while) ...'
        mount -t mfs swap /dev
        gzcat /MAKEDEV.gz > /dev/MAKEDEV
        cd /dev
        sh MAKEDEV all 2> /dev/null
        cd ..
+       echo 'Done.'
 
        # mount the ramdisk read write
        mount -u $ROOTDEV /
diff -r c6587386272c -r b012cded7090 distrib/i386/floppies/ramdisk-small/dot.profile
--- a/distrib/i386/floppies/ramdisk-small/dot.profile   Mon Jul 30 22:23:42 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/dot.profile   Mon Jul 30 22:43:36 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2001/01/24 18:18:57 jmc Exp $
+# $NetBSD: dot.profile,v 1.3 2001/07/30 22:43:36 jdolecek Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -60,11 +60,13 @@
        echo ''
 
         # Create real /dev
+       echo 'Creating real /dev (this may take a while) ...'
         mount -t mfs swap /dev
         gzcat /MAKEDEV.gz > /dev/MAKEDEV
         cd /dev
         sh MAKEDEV all 2> /dev/null
         cd ..
+       echo 'Done.'
 
        # mount the ramdisk read write
        mount -u $ROOTDEV /



Home | Main Index | Thread Index | Old Index