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.
This commit is contained in:
jdolecek 2001-07-30 22:43:36 +00:00
parent 02e4c3348c
commit 87b865f2a9
3 changed files with 9 additions and 3 deletions

View File

@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
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 /

View File

@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
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 /

View File

@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
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 /