Replace edahdi by ahdilabel.

This commit is contained in:
leo 2000-08-23 14:15:06 +00:00
parent 7c10808744
commit 101d6677d2
2 changed files with 13 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: install.md,v 1.12 1997/10/09 07:25:46 jtc Exp $ # $NetBSD: install.md,v 1.13 2000/08/23 14:15:06 leo Exp $
# #
# #
# Copyright (c) 1996 The NetBSD Foundation, Inc. # Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -143,24 +143,18 @@ md_prep_disklabel()
You now have to prepare your root disk for the installation of NetBSD. This You now have to prepare your root disk for the installation of NetBSD. This
is further referred to as 'labeling' a disk. 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... Hit the <return> key when you have read this...
__md_prep_disklabel_1 __md_prep_disklabel_1
getresp "" getresp ""
ahdilabel /dev/r${1}c
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
# display example # display example
cat << \__md_prep_disklabel_3 cat << \__md_prep_disklabel_3

View File

@ -1,10 +1,10 @@
# $NetBSD: list,v 1.8 2000/08/09 13:38:48 leo Exp $ # $NetBSD: list,v 1.9 2000/08/23 14:15:06 leo Exp $
# Usage of libhack.o reduces the instbin-size with approx. 64MB! # Usage of libhack.o reduces the instbin-size with approx. 64MB!
LIBS libhack.o LIBS libhack.o
# Atari extra's # Atari extra's
LINK instbin sbin/edahdi LINK instbin sbin/ahdilabel
LINK instbin sbin/edlabel LINK instbin sbin/edlabel
LINK instbin sbin/mount_msdos LINK instbin sbin/mount_msdos
LINK instbin sbin/mount_kernfs LINK instbin sbin/mount_kernfs
@ -15,7 +15,7 @@ LINK instbin usr/sbin/loadkmap
ARGVLINK mount_msdos msdos ARGVLINK mount_msdos msdos
# crunchgen source directory specials # crunchgen source directory specials
CRUNCHSPECIAL edahdi srcdir /usr/src/sys/arch/atari/stand/edahdi/ CRUNCHSPECIAL ahdilabel srcdir /usr/src/sys/arch/atari/stand/ahdilabel/
CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/ CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
# copy the MAKEDEV script and make some devices # copy the MAKEDEV script and make some devices