summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-11-10 21:23:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-11-10 21:23:21 +0000
commit092d104c07837eec22c4df9755d67151442957bd (patch)
treeeeb6014619d69150ad5b55551f56327c8ab24bad /distrib/notes
parentf160ccb5328afefddef2dc86135f71c34551e0ce (diff)
A futile attempt to make very clear that, for upgrades to work, you really
need to enable a.out emulation first. Although this warning section USES A FEW ALL CAPS WORDS, it is likely to be skipped by the hasty user.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/i386/upgrade10
1 files changed, 9 insertions, 1 deletions
diff --git a/distrib/notes/i386/upgrade b/distrib/notes/i386/upgrade
index 6128e88b480..378c4506341 100644
--- a/distrib/notes/i386/upgrade
+++ b/distrib/notes/i386/upgrade
@@ -1,4 +1,4 @@
-dnl $OpenBSD: upgrade,v 1.20 2003/09/09 22:03:56 miod Exp $
+dnl $OpenBSD: upgrade,v 1.21 2003/11/10 21:23:20 miod Exp $
dnl OpenBSDUpgrade({:-the CD-ROM or an installation floppy as you would do for
dnl a new installation-:})
Due to the change from a.out to ELF binary format in OpenBSD OSREV,
@@ -63,6 +63,14 @@ made to the system will still run:
echo "kern.emul.aout=1" >> /etc/sysctl.conf
+
+ATTENTION! Several configuration files under /etc, such as /etc/login.conf,
+will refer to existinng a.out binaries. DO NOT UPGRADE YOUR SYSTEM UNLESS
+YOU HAVE ENABLED A.OUT EMULATION FIRST! After you merge configuration files
+changes and replace or remove your existing a.out binaries, it will be
+possible do disable a.out emulation.
+
+
The upgrade is now possible. Boot from the CD-ROM or an installation
floppy, as you would do for a new installation.