From: deraadt Date: Fri, 2 May 1997 15:18:03 +0000 (+0000) Subject: 2.1, needs more work X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c13009d8a2ea68f7361a1e2bb5d7b72e7f03e466;p=openbsd 2.1, needs more work --- diff --git a/distrib/notes/i386/contents b/distrib/notes/i386/contents index 4675e3b7a88..98b919e6faa 100644 --- a/distrib/notes/i386/contents +++ b/distrib/notes/i386/contents @@ -1,8 +1,8 @@ -The i386-specific portion of the OpenBSD 2.0 release is found in the +The i386-specific portion of the OpenBSD 2.1 release is found in the "i386" subdirectory of the distribution. That subdirectory is laid out as follows: -.../2.0/i386/ +.../2.1/i386/ INSTALL.i386 Installation notes; this file. bins/ i386 binary distribution sets; @@ -16,7 +16,7 @@ out as follows: installation section, below. There are four i386 floppy images to be found in the "i386/floppy" -subdirectory of the OpenBSD 2.0 distribution. Two of them are bootable +subdirectory of the OpenBSD 2.1 distribution. Two of them are bootable kernel-copy floppies, one is an installation floppy, and one is an upgrade floppy. They are all described in more detail below. There are gzipped versions of each available, for easier downloading. (The @@ -60,12 +60,12 @@ Upgrade floppy: floppies. This floppy is named "upgr20.fs" The OpenBSD/i386 binary distribution sets contain the binaries which -comprise the OpenBSD 2.0 release for the i386. There are seven binary +comprise the OpenBSD 2.1 release for the i386. There are seven binary distribution sets. The binary distribution sets can be found in -subdirectories of the "i386/bins" subdirectory of the OpenBSD 2.0 +subdirectories of the "i386/bins" subdirectory of the OpenBSD 2.1 distribution tree, and are as follows: - base20 The OpenBSD/i386 2.0 base binary distribution. You + base20 The OpenBSD/i386 2.1 base binary distribution. You MUST install this distribution set. It contains the base OpenBSD utilities that are necessary for the system to run and be minimally functional. It diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware index 17e636e4fef..ccba8740ef8 100644 --- a/distrib/notes/i386/hardware +++ b/distrib/notes/i386/hardware @@ -1,4 +1,4 @@ -OpenBSD/i386 2.0 runs on ISA (AT-Bus), EISA, PCI, and VL-bus systems +OpenBSD/i386 2.1 runs on ISA (AT-Bus), EISA, PCI, and VL-bus systems with 386-family processors, with or without math coprocessors. It does NOT support MCA systems, such as some IBM PS/2 systems. The minimal configuration is said to require 4M of RAM and 50M of disk space, diff --git a/distrib/notes/i386/install b/distrib/notes/i386/install index 45d6190b0c5..8ab15db8fc5 100644 --- a/distrib/notes/i386/install +++ b/distrib/notes/i386/install @@ -418,7 +418,7 @@ Kernel Installation: Enter "halt" at the prompt to halt the system. When the system is halted, remove the "inst-20" floppy from the floppy - drive, and replace it with the OpenBSD 2.0 kernel-copy floppy + drive, and replace it with the OpenBSD 2.1 kernel-copy floppy that you previously booted from. Reboot with that floppy. with that floppy. @@ -447,13 +447,13 @@ Kernel Installation: Once the system is halted, remove the kernel-copy floppy from the floppy disk drive, and hit any key to reboot. -Congratulations, you have successfully installed OpenBSD 2.0. When you +Congratulations, you have successfully installed OpenBSD 2.1. When you reboot into OpenBSD, you should log in as "root" at the login prompt. There is no initial password, but if you're using the machine in a networked environment, you should create yourself an account and protect it and the "root" account with good passwords. -Some of the files in the OpenBSD 2.0 distribution might need to be +Some of the files in the OpenBSD 2.1 distribution might need to be tailored for your site. In particular, the /etc/sendmail.cf file will almost definitely need to be adjusted, and other files in /etc will probably need to be modified, as well. If you are unfamiliar with diff --git a/distrib/notes/i386/upgrade b/distrib/notes/i386/upgrade index 1dc98959194..59718199115 100644 --- a/distrib/notes/i386/upgrade +++ b/distrib/notes/i386/upgrade @@ -122,7 +122,7 @@ To upgrade your system, follow the following instructions: it is complete, you should use "halt" to halt the system. When the system is halted, remove the "upgr20" floppy from - the floppy drive, and replace it with the OpenBSD 2.0 + the floppy drive, and replace it with the OpenBSD 2.1 kernel-copy floppy that you previously booted from. Reboot with that floppy. @@ -151,10 +151,10 @@ To upgrade your system, follow the following instructions: Once the system is halted, remove the kernel-copy floppy from the floppy disk drive, and hit any key to reboot. -Your system has now been upgraded to OpenBSD 2.0. +Your system has now been upgraded to OpenBSD 2.1. After a new kernel has been copied to your hard disk, your - machine is a complete OpenBSD 2.0 system. However, that + machine is a complete OpenBSD 2.1 system. However, that doesn't mean that you're finished with the upgrade process. There are several things that you should do, or might have to do, to insure that the system works properly. diff --git a/distrib/notes/i386/whatis b/distrib/notes/i386/whatis index b9cbb6ba05f..be2920e7bf6 100644 --- a/distrib/notes/i386/whatis +++ b/distrib/notes/i386/whatis @@ -1,10 +1,3 @@ -For the i386, OpenBSD 2.0 brings greatly improved performance, -stability, and device support. Emulation for several UN*X and UN*X -like operating systems, including Linux and FreeBSD, has been added. -Many new PCI devices are supported, such as cards based on the AMD -PCnet-PCI Ethernet chip, the Digital DC21x4x family of Ethernet chips, -and the Adaptec AIC7870 SCSI host adapter chip. Some drivers such as -"ccd" which previously only worked on other ports of OpenBSD now work -on the i386 port. Though still not known to be entirely stable, the -"ncr" driver for 53c8xx-series SCSI adapters has had substantial bugs -and performance issues resolved. +For the i386, OpenBSD 2.1 brings greater stability and security. As a +side effect of the full security audit, many userland programs have +been significantly cleaned up and debugged.