macppc needs at least 16 MB RAM
a little rewording in the macppc disk preparation section
This commit is contained in:
parent
6f91ba4372
commit
91fcb7a7cc
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysinst,v 1.64 2003/07/26 17:07:01 salo Exp $
|
||||
.\" $NetBSD: sysinst,v 1.65 2003/09/02 05:37:13 mbw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -414,7 +414,7 @@ a harddisk and a minimum of
|
|||
.if \n[cats] 8 MB
|
||||
.if \n[i386] 4 MB
|
||||
.if \n[mac68k] 8 MB
|
||||
.if \n[macppc] 8 MB
|
||||
.if \n[macppc] 16 MB
|
||||
.if \n[mvme68k] 4 MB
|
||||
.if \n[news68k] 4 MB
|
||||
.if \n[newsmips] 16 MB
|
||||
|
@ -632,7 +632,20 @@ it may be more convenient.
|
|||
Go back to the main menu.
|
||||
.It
|
||||
Choose
|
||||
.Me install .
|
||||
.if !\n[macppc] .Me install .
|
||||
.if \n[macppc] \{\
|
||||
.Me "Utility menu" No then Me "Run /bin/sh"
|
||||
for Open Firmware 3 systems. You'll need to create the
|
||||
.Nx
|
||||
filesystem(s) and an
|
||||
.Pa fstab .
|
||||
Now exit the shell, return to the main menu, and choose
|
||||
.Me "Re-install" .
|
||||
.Pp
|
||||
Choose
|
||||
.Me install
|
||||
for Open Firmware 1.0.5, 1.1.22, 2.0.x, and 2.4 systems.
|
||||
.\}
|
||||
.It
|
||||
You will be guided through some steps regarding the
|
||||
setup of your disk, and the selection of distributed components
|
||||
|
@ -974,14 +987,12 @@ installation.
|
|||
.\}
|
||||
.if \n[macppc] \{\
|
||||
.It
|
||||
.To 2 "Preparing a disk for Mac OS and NetBSD"
|
||||
.Em "Preparing a disk which will be used for"
|
||||
.Tn Mac OS
|
||||
.Em and NetBSD
|
||||
.To 2 "Preparing a disk for Open Firmware 3 systems"
|
||||
.Em "Preparing a disk which will be used for Open Firmware 3 systems"
|
||||
.Pp
|
||||
Skip this step if you are installing
|
||||
.Nx
|
||||
onto a dedicated drive.
|
||||
on an Open Firmware 1 or 2 system.
|
||||
.Pp
|
||||
Go to the
|
||||
.Me "Utility Menu" ,
|
||||
|
@ -991,8 +1002,7 @@ option which will give you a shell prompt.
|
|||
From this shell prompt, you will do some of the steps that the normal
|
||||
install procedure runs automatically.
|
||||
Unfortunately, at the moment, our install tools
|
||||
aren't smart enough to deal with drives shared with
|
||||
.Tn Mac OS
|
||||
aren't smart enough to deal with drives with Apple Partition Maps
|
||||
and will overwrite important information describing your partitions.
|
||||
.Pp
|
||||
You may need to type one of the following commands to get your delete key
|
||||
|
@ -1005,8 +1015,9 @@ Type the following command (replacing
|
|||
with the name of your destination hard drive):
|
||||
.Dl # Ic "disklabel wd0"
|
||||
.Pp
|
||||
This will print out the partition info that was generated by Drive Setup.
|
||||
Note that, as discussed above in the
|
||||
This will print out the partition info that was generated by
|
||||
.Ic pdisk ,
|
||||
Drive Setup, or Disk Utility. Note that, as discussed above in the
|
||||
.Sx Partitioning your hard drive for NetBSD
|
||||
section, your
|
||||
.Em "A/UX Root"
|
||||
|
@ -1056,9 +1067,9 @@ command on the
|
|||
partitions:
|
||||
.(disp
|
||||
.Dl # Ic "newfs /dev/wd0a"
|
||||
newfs: /dev/sd1a: not a character-special device
|
||||
newfs: /dev/wd0a: not a character-special device
|
||||
Warning: 120 sector(s) in last cylinder unallocated
|
||||
/dev/sd1a: 426612 sectors in 827 cylinders of 4 tracks, 129 sectors
|
||||
/dev/wd0a: 426612 sectors in 827 cylinders of 4 tracks, 129 sectors
|
||||
208.3MB in 52 cyl groups (16 c/g, 4.03MB/g, 1024 i/g)
|
||||
super-block backups (for fsck -b #) at:
|
||||
32, 8432, 16832, 25232, 33056, 41456, 49856, 58256, 66080,
|
||||
|
@ -1068,7 +1079,7 @@ super-block backups (for fsck -b #) at:
|
|||
297248, 305648, 314048, 322448, 330272, 338672, 347072, 355472, 363296,
|
||||
371696, 380096, 388496, 396320, 404720, 413120, 421520,
|
||||
newfs: ioctl (WDINFO): Invalid argument
|
||||
newfs: /dev/sd1a: can't rewrite disk label
|
||||
newfs: /dev/wd0a: can't rewrite disk label
|
||||
.disp)
|
||||
You can ignore the
|
||||
.Pa Sq "not a character-special device" ,
|
||||
|
@ -1100,6 +1111,8 @@ If you mess up while typing, you can press
|
|||
to erase everything on the current line, or
|
||||
.Key CONTROL-C
|
||||
to cancel the file creation, so you can start over.
|
||||
.Key CONTROL-D
|
||||
finishes and writes the file to disk.
|
||||
.Pp
|
||||
Great, now create the mountpoints for the file systems you listed in the
|
||||
.Pa fstab :
|
||||
|
@ -1107,7 +1120,8 @@ Great, now create the mountpoints for the file systems you listed in the
|
|||
.Pp
|
||||
Clean up and return to
|
||||
.Ic sysinst :
|
||||
.Dl # Ic "cd /;umount /mnt"
|
||||
.Dl # Ic "cd /"
|
||||
.Dl # Ic "umount /mnt"
|
||||
.Dl # Ic exit
|
||||
.\}
|
||||
.It
|
||||
|
@ -1118,7 +1132,7 @@ To start the
|
|||
.if \n[macppc] \{\
|
||||
installation onto a dedicated
|
||||
.Nx
|
||||
drive,
|
||||
drive (Open Firmware 1 or 2),
|
||||
.\}
|
||||
.if !\n[macppc] installation,
|
||||
select
|
||||
|
@ -1130,10 +1144,8 @@ To start the installation, select the menu option in install
|
|||
from the main menu.
|
||||
.\}
|
||||
.if \n[macppc] \{\
|
||||
To start the installation onto a drive which will
|
||||
also be used with
|
||||
.Tn Mac OS ,
|
||||
select
|
||||
To start the installation onto a drive with an Apple Partition Map (Open
|
||||
Firmware 3), select
|
||||
.Me Re-install sets or install additional sets
|
||||
from the main menu.
|
||||
.\}
|
||||
|
@ -1267,11 +1279,10 @@ the rest of the partitions in AHDI order
|
|||
.Pp
|
||||
You can skip a few steps, down to
|
||||
.Em Sq "Getting the distribution sets" ,
|
||||
if you are installing onto a drive that will be used with
|
||||
.Tn Mac OS
|
||||
(i.e. you selected
|
||||
if you are installing onto a drive with an Apple Partition Map (Open
|
||||
Firmware 3), i.e. you selected
|
||||
.Me "Re-install sets or install additional sets"
|
||||
from the main menu).
|
||||
from the main menu.
|
||||
.\} \" \n[macppc]
|
||||
.if \n[sgimips] \{\
|
||||
.(bullet
|
||||
|
@ -1529,10 +1540,12 @@ In actuality,
|
|||
uses an Apple Partition Map.
|
||||
The installer creates something like a real
|
||||
Apple Partition Map, but it is not compatible with
|
||||
.Tn Mac OS ,
|
||||
.Tn Mac OS
|
||||
or Open Firmware,
|
||||
which is one of the reasons why you cannot use this installer to partition
|
||||
a disk that can be used with
|
||||
.Tn Mac OS .
|
||||
.Tn Mac OS
|
||||
or Open Firmware 3 systems.
|
||||
.Pp
|
||||
.\}
|
||||
.if \n[sparc] \{\
|
||||
|
@ -1966,7 +1979,8 @@ Now you need to mount your destination root partition:
|
|||
.Dl # Ic "mount /dev/wd0a /mnt"
|
||||
.Dl # Ic "cd /mnt/dev"
|
||||
.Dl # Ic "sh MAKEDEV all"
|
||||
.Dl # Ic "cd /;umount /mnt"
|
||||
.Dl # Ic "cd /"
|
||||
.Dl # Ic "umount /mnt"
|
||||
.Dl # Ic "exit"
|
||||
.\}
|
||||
.It
|
||||
|
|
Loading…
Reference in New Issue