Source-Changes-HG archive

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

[src/trunk]: src/distrib rename (revert) memory disk filename /dev/mdX -> /de...



details:   https://anonhg.NetBSD.org/src/rev/3ba321c719aa
branches:  trunk
changeset: 480831:3ba321c719aa
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 21 12:32:54 2000 +0000

description:
rename (revert) memory disk filename /dev/mdX -> /dev/mdXa

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/hpcmips/miniroot/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/mvme68k/ramdisk/rd.fstab                  |   4 ++--
 distrib/news68k/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/sun3/common/Make.fsimage                  |   6 +++---
 distrib/sun3/common/rd.fstab                      |   4 ++--
 distrib/vax/ramdisk/dot.profile                   |   4 ++--
 distrib/x68k/floppies/ramdisk.sysinst/dot.profile |   4 ++--
 distrib/x68k/floppies/ramdisk/dot.profile         |   4 ++--
 19 files changed, 42 insertions(+), 42 deletions(-)

diffs (truncated from 347 to 300 lines):

diff -r d590eb41f46d -r 3ba321c719aa distrib/alpha/instkernel/ramdisk/dot.profile
--- a/distrib/alpha/instkernel/ramdisk/dot.profile      Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/alpha/instkernel/ramdisk/dot.profile      Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.5 2000/01/10 05:03:24 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.6 2000/01/21 12:32:54 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/arm32/ramdisk/dot.profile
--- a/distrib/arm32/ramdisk/dot.profile Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/arm32/ramdisk/dot.profile Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.8 2000/01/10 05:03:25 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.9 2000/01/21 12:32:55 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/arm32/ramdisk/install.tmpl
--- a/distrib/arm32/ramdisk/install.tmpl        Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/arm32/ramdisk/install.tmpl        Fri Jan 21 12:32:54 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: install.tmpl,v 1.5 2000/01/10 05:03:25 tsutsui Exp $
+#      $NetBSD: install.tmpl,v 1.6 2000/01/21 12:32:55 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/md0
+ROOTDEV=/dev/md0a
 
 FSTAB=${FSTABDIR}/fstab
 
diff -r d590eb41f46d -r 3ba321c719aa distrib/bebox/floppies/ramdisk/dot.profile
--- a/distrib/bebox/floppies/ramdisk/dot.profile        Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/bebox/floppies/ramdisk/dot.profile        Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:25 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.5 2000/01/21 12:32:55 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/hpcmips/miniroot/dot.profile
--- a/distrib/hpcmips/miniroot/dot.profile      Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/hpcmips/miniroot/dot.profile      Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 2000/01/21 11:25:58 shin Exp $
+#      $NetBSD: dot.profile,v 1.3 2000/01/21 12:32:58 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,7 +43,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/i386/floppies/ramdisk/dot.profile
--- a/distrib/i386/floppies/ramdisk/dot.profile Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/dot.profile Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.9 2000/01/10 05:03:25 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.10 2000/01/21 12:32:55 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,7 +43,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/mac68k/instkernel/ramdisk/dot.profile
--- a/distrib/mac68k/instkernel/ramdisk/dot.profile     Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/dot.profile     Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:26 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.5 2000/01/21 12:32:55 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/macppc/floppies/ramdisk/dot.profile
--- a/distrib/macppc/floppies/ramdisk/dot.profile       Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/macppc/floppies/ramdisk/dot.profile       Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.6 2000/01/10 05:03:26 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.7 2000/01/21 12:32:56 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/md0 /
+       mount -u /dev/md0a /
 
        # mount a /tmp on mfs, to avoid filling the md
        mount -t mfs swap /tmp
diff -r d590eb41f46d -r 3ba321c719aa distrib/mvme68k/ramdisk/rd.fstab
--- a/distrib/mvme68k/ramdisk/rd.fstab  Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/mvme68k/ramdisk/rd.fstab  Fri Jan 21 12:32:54 2000 +0000
@@ -1,2 +1,2 @@
-# $NetBSD: rd.fstab,v 1.1 1997/12/17 22:13:35 scw Exp $
-/dev/md0 / ufs rw 1 1
+# $NetBSD: rd.fstab,v 1.2 2000/01/21 12:32:56 tsutsui Exp $
+/dev/md0a / ufs rw 1 1
diff -r d590eb41f46d -r 3ba321c719aa distrib/news68k/floppies/ramdisk/dot.profile
--- a/distrib/news68k/floppies/ramdisk/dot.profile      Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/dot.profile      Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.1 1999/12/09 14:59:02 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.2 2000/01/21 12:32:55 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -47,7 +47,7 @@
        stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600
 
        # mount root read-write
-       mount -u /dev/md0 /
+       mount -u /dev/md0a /
 
        # mount a /tmp on mfs, to avoid filling the md
        mount -t mfs swap /tmp
diff -r d590eb41f46d -r 3ba321c719aa distrib/notes/atari/install
--- a/distrib/notes/atari/install       Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/notes/atari/install       Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.11 2000/01/10 05:03:27 tsutsui Exp $       
+.\"    $NetBSD: install,v 1.12 2000/01/21 12:32:56 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 `md0' to tell the
+insert the BSD install floppy 1.  Now type `md0a' 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 'md1'
-instead of 'md0'.
+If you are using 1.44Mb floppies, you should select 'md1a'
+instead of 'md0a'.
 .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 'md0' by your NetBSD
+1 (How to boot the miniroot). Just substitute 'md0a' by your NetBSD
 root disk.
 .El
 .Ss2 Some\ Extra\ Remarks
diff -r d590eb41f46d -r 3ba321c719aa distrib/notes/pc532/install
--- a/distrib/notes/pc532/install       Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/notes/pc532/install       Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.10 2000/01/10 05:03:27 tsutsui Exp $
+.\"    $NetBSD: install,v 1.11 2000/01/21 12:32:56 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 md0:/netbsd.gz
+.              Ic md0a:/netbsd.gz
 .
 .              Em Serial Line
 Provided with the distribution is source for program called
diff -r d590eb41f46d -r 3ba321c719aa distrib/pmax/ramdisk/dot.profile
--- a/distrib/pmax/ramdisk/dot.profile  Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/pmax/ramdisk/dot.profile  Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.5 2000/01/10 05:03:27 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.6 2000/01/21 12:32:56 tsutsui Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -39,7 +39,7 @@
 
 umask 022
 
-ROOTDEV=/dev/md0
+ROOTDEV=/dev/md0a
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
diff -r d590eb41f46d -r 3ba321c719aa distrib/sparc/ramdisk/dot.profile
--- a/distrib/sparc/ramdisk/dot.profile Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/sparc/ramdisk/dot.profile Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.7 2000/01/10 05:03:28 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.8 2000/01/21 12:32:57 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/md0 /
+       mount -u /dev/md0a /
 
        # mount a /tmp on mfs, to avoid filling the md
        mount -t mfs swap /tmp
diff -r d590eb41f46d -r 3ba321c719aa distrib/sun3/common/Make.fsimage
--- a/distrib/sun3/common/Make.fsimage  Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/sun3/common/Make.fsimage  Fri Jan 21 12:32:54 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: Make.fsimage,v 1.4 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Make.fsimage,v 1.5 2000/01/21 12:32:57 tsutsui Exp $
 #
 
 # TOP is assumed to be defined by Makefile including this one.
@@ -13,8 +13,8 @@
 
 MOUNT_POINT?=  /mnt
 DISKTYPE?=     xxx-disktype
-BDEV?=         /dev/md0
-CDEV?=         /dev/md0
+BDEV?=         /dev/md0a
+CDEV?=         /dev/md0a
 
 IMAGE_DEPS?=   ${CBIN}
 CLEANFILES+=   ${IMAGE}.fs
diff -r d590eb41f46d -r 3ba321c719aa distrib/sun3/common/rd.fstab
--- a/distrib/sun3/common/rd.fstab      Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/sun3/common/rd.fstab      Fri Jan 21 12:32:54 2000 +0000
@@ -1,2 +1,2 @@
-# $NetBSD: rd.fstab,v 1.3 1997/12/12 22:39:09 gwr Exp $
-/dev/md0 / ufs rw 1 1
+# $NetBSD: rd.fstab,v 1.4 2000/01/21 12:32:57 tsutsui Exp $
+/dev/md0a / ufs rw 1 1
diff -r d590eb41f46d -r 3ba321c719aa distrib/vax/ramdisk/dot.profile
--- a/distrib/vax/ramdisk/dot.profile   Fri Jan 21 12:28:22 2000 +0000
+++ b/distrib/vax/ramdisk/dot.profile   Fri Jan 21 12:32:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 2000/01/10 05:03:28 tsutsui Exp $
+#      $NetBSD: dot.profile,v 1.5 2000/01/21 12:32:57 tsutsui Exp $
 #



Home | Main Index | Thread Index | Old Index