summaryrefslogtreecommitdiff
path: root/distrib/i386
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386')
-rw-r--r--distrib/i386/common/install.md6
-rw-r--r--distrib/i386/common/list8
2 files changed, 5 insertions, 9 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index d034c1f9e9e..ebcaca93ed0 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.54 2012/07/10 14:25:00 halex Exp $
+# $OpenBSD: install.md,v 1.55 2012/10/15 17:21:03 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -41,8 +41,8 @@ NCPU=$(sysctl -n hw.ncpufound)
md_installboot() {
# LBA biosboot uses /boot's i-node number. Using 'cat' preserves that
# number, so multiboot setups (NTLDR) can work across upgrades.
- cat /usr/mdec/boot >/mnt/boot
- if ! /usr/mdec/installboot /mnt/boot /usr/mdec/biosboot ${1} ; then
+ cat /mnt/usr/mdec/boot >/mnt/boot
+ if ! /mnt/usr/mdec/installboot /mnt/boot /mnt/usr/mdec/biosboot ${1} ; then
echo "\nFailed to install bootblocks."
echo "You will not be able to boot OpenBSD from ${1}."
exit
diff --git a/distrib/i386/common/list b/distrib/i386/common/list
index 71ff6961301..911dfc3a184 100644
--- a/distrib/i386/common/list
+++ b/distrib/i386/common/list
@@ -1,8 +1,7 @@
-# $OpenBSD: list,v 1.26 2010/10/18 04:07:50 deraadt Exp $
+# $OpenBSD: list,v 1.27 2012/10/15 17:21:03 deraadt Exp $
SRCDIRS distrib/special
SRCDIRS bin sbin usr.bin usr.sbin
-SRCDIRS sys/arch/i386/stand
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@@ -52,16 +51,13 @@ LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
LINK instbin usr/bin/less usr/bin/more
LINK instbin usr/bin/sed
LINK instbin sbin/sysctl
-LINK instbin usr/mdec/installboot
# copy the MAKEDEV script and make some devices
SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV ramdisk
-# we need the contents of /usr/mdec
-COPY ${DESTDIR}/usr/mdec/biosboot usr/mdec/biosboot
+# for fdisk(8)
COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr
-COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/group etc/group