Source-Changes-HG archive

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

[src/trunk]: src/distrib Fix root device name md0a -> md0



details:   https://anonhg.NetBSD.org/src/rev/352c50a32b5f
branches:  trunk
changeset: 480376:352c50a32b5f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jan 10 05:03:24 2000 +0000

description:
Fix root device name md0a -> md0

diffstat:

 distrib/alpha/instkernel/ramdisk/dot.profile      |   4 ++--
 distrib/arm32/ramdisk/dot.profile                 |   4 ++--
 distrib/arm32/ramdisk/install.tmpl                |   4 ++--
 distrib/bebox/floppies/ramdisk/dot.profile        |   4 ++--
 distrib/i386/floppies/ramdisk/dot.profile         |   4 ++--
 distrib/mac68k/instkernel/ramdisk/dot.profile     |   4 ++--
 distrib/macppc/floppies/ramdisk/dot.profile       |   4 ++--
 distrib/notes/atari/install                       |  10 +++++-----
 distrib/notes/pc532/install                       |   4 ++--
 distrib/pmax/ramdisk/dot.profile                  |   4 ++--
 distrib/sparc/ramdisk/dot.profile                 |   4 ++--
 distrib/vax/ramdisk/dot.profile                   |   4 ++--
 distrib/x68k/floppies/ramdisk.sysinst/dot.profile |   4 ++--
 distrib/x68k/floppies/ramdisk/dot.profile         |   4 ++--
 14 files changed, 31 insertions(+), 31 deletions(-)

diffs (274 lines):

diff -r b4edc79cf3dc -r 352c50a32b5f distrib/alpha/instkernel/ramdisk/dot.profile
--- a/distrib/alpha/instkernel/ramdisk/dot.profile      Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/alpha/instkernel/ramdisk/dot.profile      Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:20 simonb Exp $
+#      $NetBSD: dot.profile,v 1.5 2000/01/10 05:03:24 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/arm32/ramdisk/dot.profile
--- a/distrib/arm32/ramdisk/dot.profile Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/arm32/ramdisk/dot.profile Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.7 1999/11/23 22:43:23 simonb Exp $
+#      $NetBSD: dot.profile,v 1.8 2000/01/10 05:03:25 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/arm32/ramdisk/install.tmpl
--- a/distrib/arm32/ramdisk/install.tmpl        Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/arm32/ramdisk/install.tmpl        Mon Jan 10 05:03:24 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: install.tmpl,v 1.4 1999/06/27 00:17:31 cgd Exp $
+#      $NetBSD: install.tmpl,v 1.5 2000/01/10 05:03:25 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -44,7 +44,7 @@
 FSTABDIR=/mnt/etc                      # /mnt/etc
 #DONTDOIT=echo
 ASYNC="-o async"
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 FSTAB=${FSTABDIR}/fstab
 
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/bebox/floppies/ramdisk/dot.profile
--- a/distrib/bebox/floppies/ramdisk/dot.profile        Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/bebox/floppies/ramdisk/dot.profile        Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:24 simonb Exp $
+#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:25 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/i386/floppies/ramdisk/dot.profile
--- a/distrib/i386/floppies/ramdisk/dot.profile Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/dot.profile Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.8 1999/11/23 22:43:24 simonb Exp $
+#      $NetBSD: dot.profile,v 1.9 2000/01/10 05:03:25 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,7 +43,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/mac68k/instkernel/ramdisk/dot.profile
--- a/distrib/mac68k/instkernel/ramdisk/dot.profile     Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/dot.profile     Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:25 simonb Exp $
+#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:26 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/macppc/floppies/ramdisk/dot.profile
--- a/distrib/macppc/floppies/ramdisk/dot.profile       Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/macppc/floppies/ramdisk/dot.profile       Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:27 simonb Exp $
+#      $NetBSD: dot.profile,v 1.6 2000/01/10 05:03:26 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -48,7 +48,7 @@
        stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 38400
 
        # mount root read-write
-       mount -u /dev/md0a /
+       mount -u /dev/md0 /
 
        # mount a /tmp on mfs, to avoid filling the md
        mount -t mfs swap /tmp
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/notes/atari/install
--- a/distrib/notes/atari/install       Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/notes/atari/install       Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.10 1999/04/30 18:29:16 leo Exp $   
+.\"    $NetBSD: install,v 1.11 2000/01/10 05:03:27 tsutsui Exp $       
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@
 your system as the kernel configures the hardware.  Then
 you will be prompted for a root device.  At this time remove
 the GEMDOS kernel boot floppy from the drive if present and
-insert the BSD install floppy 1.  Now type `md0a' to tell the
+insert the BSD install floppy 1.  Now type `md0' to tell the
 kernel to load the install filesystem into RAMdisk. While
 While the kernel is loading, it will show a '.' for each
 track loaded. After loading 80 tracks, it will ask you
@@ -69,8 +69,8 @@
 install floppy 2 and hit any key. The kernel continous
 loading another 40 tracks before it continues to boot.
 .(tag Note:
-If you are using 1.44Mb floppies, you should select 'md1a'
-instead of 'md0a'.
+If you are using 1.44Mb floppies, you should select 'md1'
+instead of 'md0'.
 .tag)
 The system should continue to boot.  For now ignore WARNING:
 messages about bad dates in clocks. Eventually you will be
@@ -224,7 +224,7 @@
 Congratulations, you just installed NetBSD successfully! If you
 also installed a bootblock, you only have to reboot your atari to
 enter your freshly build system. If you didn't, get back to section
-1 (How to boot the miniroot). Just substitute 'md0a' by your NetBSD
+1 (How to boot the miniroot). Just substitute 'md0' by your NetBSD
 root disk.
 .El
 .Ss2 Some\ Extra\ Remarks
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/notes/pc532/install
--- a/distrib/notes/pc532/install       Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/notes/pc532/install       Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.9 1999/01/18 08:29:01 phil Exp $
+.\"    $NetBSD: install,v 1.10 2000/01/10 05:03:27 tsutsui Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -112,7 +112,7 @@
 .              Dl No \-\ load\ the Pa floppy-144.fs No at\ 0x260000
 .              Dl No \-\ run at 0x3BE020
 The boot program will ask you now for a kernel to load. Answer
-.              Ic md0a:/netbsd.gz
+.              Ic md0:/netbsd.gz
 .
 .              Em Serial Line
 Provided with the distribution is source for program called
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/pmax/ramdisk/dot.profile
--- a/distrib/pmax/ramdisk/dot.profile  Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/pmax/ramdisk/dot.profile  Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:26 simonb Exp $
+#      $NetBSD: dot.profile,v 1.5 2000/01/10 05:03:27 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/sparc/ramdisk/dot.profile
--- a/distrib/sparc/ramdisk/dot.profile Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/sparc/ramdisk/dot.profile Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:26 simonb Exp $
+#      $NetBSD: dot.profile,v 1.7 2000/01/10 05:03:28 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -48,7 +48,7 @@
        stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600
 
        # mount root read-write
-       mount -u /dev/md0a /
+       mount -u /dev/md0 /
 
        # mount a /tmp on mfs, to avoid filling the md
        mount -t mfs swap /tmp
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/vax/ramdisk/dot.profile
--- a/distrib/vax/ramdisk/dot.profile   Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/vax/ramdisk/dot.profile   Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:27 simonb Exp $
+#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:28 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/x68k/floppies/ramdisk.sysinst/dot.profile
--- a/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.1 1999/12/05 15:53:10 minoura Exp $
+#      $NetBSD: dot.profile,v 1.2 2000/01/10 05:03:28 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,7 +43,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r b4edc79cf3dc -r 352c50a32b5f distrib/x68k/floppies/ramdisk/dot.profile
--- a/distrib/x68k/floppies/ramdisk/dot.profile Mon Jan 10 04:47:08 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk/dot.profile Mon Jan 10 05:03:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:27 simonb Exp $
+#      $NetBSD: dot.profile,v 1.7 2000/01/10 05:03:28 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0a
+ROOTDEV=/dev/md0
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES



Home | Main Index | Thread Index | Old Index