Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/atari/miniroot Pull up revision 1.13 (requested...
details: https://anonhg.NetBSD.org/src/rev/eb85b1f48358
branches: netbsd-1-5
changeset: 489305:eb85b1f48358
user: leo <leo%NetBSD.org@localhost>
date: Tue Aug 29 08:34:53 2000 +0000
description:
Pull up revision 1.13 (requested by leo, approved by thorpej)
Log messages:
Replace edahdi by ahdilabel.
diffstat:
distrib/atari/miniroot/install.md | 26 ++++++++++----------------
1 files changed, 10 insertions(+), 16 deletions(-)
diffs (43 lines):
diff -r 808babbfce4d -r eb85b1f48358 distrib/atari/miniroot/install.md
--- a/distrib/atari/miniroot/install.md Tue Aug 29 07:00:25 2000 +0000
+++ b/distrib/atari/miniroot/install.md Tue Aug 29 08:34:53 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.md,v 1.12 1997/10/09 07:25:46 jtc Exp $
+# $NetBSD: install.md,v 1.12.12.1 2000/08/29 08:34:53 leo Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -143,24 +143,18 @@
You now have to prepare your root disk for the installation of NetBSD. This
is further referred to as 'labeling' a disk.
+First you get the chance to edit or create an AHDI compatible partitioning on
+the installation disk. Note that NetBSD can do without AHDI partitions,
+check the documentation.
+If you want to use an AHDI compatible partitioning, you have to assign some
+partitions to NetBSD before NetBSD is able to use the disk. Change the 'id'
+of all partitions you want to use for NetBSD filesystems to 'NBD'. Change
+the 'id' of the partition you wish to use for swap to 'NBS' or 'SWP'.
+
Hit the <return> key when you have read this...
__md_prep_disklabel_1
getresp ""
-
- edahdi /dev/r${1}c < /dev/null > /dev/null 2>&1
- if [ $? -eq 0 ]; then
- cat << \__md_prep_disklabel_2
-The disk you wish to install on is partitioned with AHDI or an AHDI compatible
-program. You have to assign some partitions to NetBSD before NetBSD is able
-to use the disk. Change the 'id' of all partitions you want to use for NetBSD
-filesystems to 'NBD'. Change the 'id' of the partition you wish to use for swap
-to 'NBS' or 'SWP'.
-
-Hit the <return> key when you have read this...
-__md_prep_disklabel_2
- getresp ""
- edahdi /dev/r${1}c
- fi
+ ahdilabel /dev/r${1}c
# display example
cat << \__md_prep_disklabel_3
Home |
Main Index |
Thread Index |
Old Index