Fix root device name md0a -> md0
This commit is contained in:
parent
3a852a52dc
commit
e6824489b4
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ DT=/etc/disktab # /etc/disktab
|
||||
FSTABDIR=/mnt/etc # /mnt/etc
|
||||
#DONTDOIT=echo
|
||||
ASYNC="-o async"
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
FSTAB=${FSTABDIR}/fstab
|
||||
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ export EDITOR
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
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
|
||||
|
@ -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 @@ You should see the screen clear and some information about
|
||||
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 @@ to insert the next floppy. At this time, insert the BSD
|
||||
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 @@ You did it!
|
||||
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
|
||||
|
@ -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 @@ into RAM.
|
||||
. 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
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
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
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ export EDITOR
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
@ -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 @@ export HOME
|
||||
|
||||
umask 022
|
||||
|
||||
ROOTDEV=/dev/md0a
|
||||
ROOTDEV=/dev/md0
|
||||
|
||||
if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
Loading…
Reference in New Issue
Block a user