diff options
Diffstat (limited to 'distrib/notes/amiga/install')
-rw-r--r-- | distrib/notes/amiga/install | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/distrib/notes/amiga/install b/distrib/notes/amiga/install index 19c6112d6df..d6480ab6918 100644 --- a/distrib/notes/amiga/install +++ b/distrib/notes/amiga/install @@ -1,4 +1,4 @@ -Installing NetBSD is a relatively complex process, but, if you have +Installing OpenBSD is a relatively complex process, but, if you have this document in hand and are careful to read and remember the information which is presented to you by the install program, it shouldn't be too much trouble. @@ -6,14 +6,14 @@ shouldn't be too much trouble. Before you begin, you must have already prepared your hard disk as detailed in the section on preparing your system for install. -The following is a walk-through of the steps necessary to get NetBSD +The following is a walk-through of the steps necessary to get OpenBSD installed on your hard disk. If you wish to stop the installation, you may hit Control-C at any prompt, but if you do, you'll have to begin again from scratch. Transfer the install miniroot filesystem onto the hard disk - partition used by NetBSD for swapping, as described in the - "Preparing your System for NetBSD Installation" section above. + partition used by OpenBSD for swapping, as described in the + "Preparing your System for OpenBSD Installation" section above. You then need to have "ixemul.library" in your LIBS: directory on AmigaDOS. You also need to have the "loadbsd" program @@ -22,10 +22,10 @@ begin again from scratch. protection bit is set. If not, set it with the command: Protect loadbsd add e - Next you need to get yourself into NetBSD by loading the + Next you need to get yourself into OpenBSD by loading the kernel from AmigaDOS with loadbsd like so: - loadbsd -b netbsd + loadbsd -b bsd If you have an AGA machine, and your monitor will handle the dblNTSC mode, you may also include the "-A" option to @@ -41,7 +41,7 @@ begin again from scratch. If the system should hang after entering the root device, try again with - loadbsd -I ff -b netbsd + loadbsd -I ff -b bsd This disables synchronous transfer on all SCSI devices. @@ -59,10 +59,10 @@ begin again from scratch. you want to use for your root. If you have multiple disks present with root partitions defined, you will need to be sure you enter the device name of the correct partition you - want to install NetBSD on. + want to install OpenBSD on. YOU ARE NOW AT THE POINT OF NO RETURN. If you confirm that - you want to install NetBSD, your hard drive will be modified, + you want to install OpenBSD, your hard drive will be modified, and perhaps its contents scrambled at the whim of the install program. @@ -98,7 +98,7 @@ begin again from scratch. two file systems. This fstab will be in /mnt/etc. What you do from this point on depends on which media you're - using to install NetBSD. Follow the appropriate instructions, + using to install OpenBSD. Follow the appropriate instructions, given below. To install from an AmigaDOS partition: @@ -290,16 +290,16 @@ network configuration information. Once you have supplied `Configure' all that it requests, your machine will be configured well enough that when you reboot it it will -almost be a completely functional NetBSD system. +almost be a completely functional OpenBSD system. >>> Copy the kernel from the miniroot filesystem at this point <<< Once you are done with `Configure', halt the system with the "halt" command (wait for "halted" to be displayed) and reboot. Then again -boot NetBSD this time with the command: +boot OpenBSD this time with the command: - loadbsd netbsd + loadbsd bsd You need to do your final tweeks now. First mount your file systems like so: @@ -313,14 +313,14 @@ These things can be found in /etc/netstart. Use vi, if you installed the man pages you can type `man vi' or `man ed' for instructions on how to use these somewhat non-intuitive editors. -You should also put a copy of the netbsd kernel in your root partition. +You should also put a copy of the bsd kernel in your root partition. This can be done easily by mounting the AmigaDOS partition containing -the kernel you used to start NetBSD and copying the "netbsd" file to +the kernel you used to start OpenBSD and copying the "netbsd" file to the root: mount -r -t ados /dev/sd0d /mnt - cp /mnt/netbsd / -(where /dev/sd0d is the AmigaDOS partition where you have netbsd, and -/mnt/netbsd is the appropriate path of the netbsd file). + cp /mnt/bsd / +(where /dev/sd0d is the AmigaDOS partition where you have bsd, and +/mnt/bsd is the appropriate path of the bsd file). Once you are done with the rest of configuration unmount your file systems and halt your system, then reboot: @@ -333,7 +333,7 @@ systems and halt your system, then reboot: Finally you can now boot your system and it will be completely functional: - loadbsd -a netbsd + loadbsd -a bsd When it boots off of the hard drive, you will have a complete -NetBSD system! CONGRATULATIONS! (You really deserve them!!!) +OpenBSD system! CONGRATULATIONS! (You really deserve them!!!) |