Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
AugOCTNov
Previous capture12Next capture
201720182019
success
fail
COLLECTED BY
Organization:Alexa Crawls
Starting in 1996,Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to theWayback Machine after an embargo period.
Collection:Alexa Crawls
Starting in 1996,Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to theWayback Machine after an embargo period.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20181012213708/http://www.openbsd.org:80/26.html

Released December 1, 1999.
Copyright 1997-1999, Theo de Raadt.

All applicable copyrights and credits are in the src.tar.gz,sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in thefiles fetched via ports.tar.gz.


Following this are the instructions which you would have on a piece ofpaper if you had purchased a CDROM set instead of doing an alternateform of install. The instructions for doing an ftp (or other styleof) install are very similar; the CDROM instructions are left intactso that you can see how much easier it would have been if you hadpurchased a CDROM instead.


Please refer to the following files on the two CDROMs for extensivedetails on how to install OpenBSD 2.6 on your machine:

  • CD1:2.6/i386/INSTALL.i386
  • CD1:2.6/sparc/INSTALL.sparc

  • CD2:2.6/alpha/INSTALL.alpha
  • CD2:2.6/amiga/INSTALL.amiga
  • CD2:2.6/mac68k/INSTALL.mac68k
  • CD2:2.6/hp300/INSTALL.hp300

  • A pmax release is available on the ftp sites, but not on the CDs.

  • Quick installer information for people familiar with OpenBSD, and theuse of the new "disklabel -E" command. If you are at all confused wheninstalling OpenBSD, read the relevant INSTALL.* file as listed above!

    Play with your BIOS options, and see if you can enable booting off aCD; try using CD1. If not, write CD1:2.6/i386/floppy26.fs to afloppy, then boot that. If you are mixing OpenBSD with anotheroperating system, you will surely need to read the INSTALL.i386document.

    To make a floppy under MS-DOS, use /2.6/tools/rawrite.exe. UnderUnix, use "dd if=<file> of=/dev/<device> bs=32k" (where device couldbe "floppy" or "rfd0c" or "rfd0a"). Use properly formatted perfectfloppies with NO BAD BLOCKS or you will lose.

    To boot off CD1, type "boot cdrom 2.6/sparc/bsd.rd", or"b sd(0,6,0)2.6/sparc/bsd.rd" depending on your ROM version.Alternatively, write CD1:2.6/sparc/floppy26.fs to a floppy and boot itusing "boot fd()" or "boot floppy" depending on your ROM version.Finally, a third alternative is to write CD1:2.6/sparc/kc.fs andCD1:2.6/sparc/inst.fs to two separate floppies. Then insert "kc.fs",and boot as described above. As soon as the floppy drive ejects afloppy, insert "inst.fs". Answer a bunch of questions. Reboot fromthe "kc.fs" floppy. This time, when the floppy is ejected simplyre-insert "kc.fs" again and answer a different set of questions.

    Create BSD partitions according to INSTALL.amiga's preparation section.Mount the CD2 under AmigaOS as device CD0: Next, execute the followingCLI command: "CD0:2.6/amiga/utils/loadbsd CD0:2.6/amiga/bsd.rd".

    You can boot over the network by following the instructions inINSTALL.hp300.

    Your alpha must use SRM firmware (not ARC). If you have a CDROM, youcan try "boot -fi 2.6/alpha/bsd.rd dkaX" (use "show device" to find yourCDROM drive identifier). Otherwise, write CD2:2.6/alpha/floppy.fs to afloppy and boot that by typing "boot dva0". If this fails, you can placebsd.rd on some other device and boot it, or use the provided simpleroot.

    Boot MacOS as normal and partition your disk with the appropriate A/UXconfigurations. Then, extract the Macside utilities fromCD1:2.6/mac68k/utils onto your hard disk. Run Mkfs to create yourfilesystems on the A/UX partitions you just made. Then, use theBSD/Mac68k Installer to copy all the sets in CD1:2.6/mac68k/ onto yourpartitions. Finally, you will be ready to configure the BSD/Mac68kBooter with the location of your kernel and boot the system.

    src.tar.gz contains a source archive starting at /usr/src. This filecontains everything you need except for the kernel sources, which arein a separate archive. To extract:

    # mkdir -p /usr/src# cd /usr/src# tar xvfz /tmp/src.tar.gz

    srcsys.tar.gz contains a source archive starting at /usr/src/sys.This file contains all the kernel sources you need to rebuild kernels.To extract:

    # mkdir -p /usr/src/sys# cd /usr/src# tar xvfz /tmp/srcsys.tar.gz

    Both of these trees are a regular CVS checkout. Using these trees itis possible to get a head-start on using the anoncvs servers asdescribed athttp://www.OpenBSD.org/anoncvs.html.Using these filesresults in a much faster initial CVS update than you could expect froma fresh checkout of the full OpenBSD source tree.


    A ports tree archive is also provided. To extract:

    # cd /usr# tar xvfz /tmp/ports.tar.gz# cd ports# ls...

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Goreadhttp://www.OpenBSD.org/faq/faq15.htmlif you know nothing about portsat this point. This text is not a manual of how to use ports.Rather, it is a set of notes meant to kickstart the user on theOpenBSD ports system.

    Certainly, the OpenBSD ports system is not complete. This is becausethe full integration of ports into the OpenBSD environment is still ayoung project as of this release. We believe the ports that areprovided here are stable, but it is most important to realize thatports will continue to grow a great deal in functionality in thefuture.

    As we said, ports will be growing a lot in the future. The ports/directory represents a CVS (see the manpage for cvs(1) if you aren'tfamiliar with CVS) checkout of our ports. As with our complete sourcetree, our ports tree is available via anoncvs. So, inorder to keep current with it, you must make the ports/ treeavailable on a read-write medium and update the tree with a commandlike:

    # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd

    [Of course, you must replace the local directory and server name herewith the location of your ports collection and a nearby anoncvsserver.]

    Again, it is important to see the webpage for specific instructions asthis is a new service which hasn't yet been ironed outcompletely.

    Finally, despite ports' youth, help is never far. If you'reinterested in seeing a port added, would like to help out, or justwould like to know more, the mailing list ports@openbsd.org is a goodplace to know.


    This is a partial list of new features and systems included in OpenBSD 2.6.For a comprehensive list, see thechangelog leadingto 2.6.


    [8]ページ先頭

    ©2009-2025 Movatter.jp