summaryrefslogtreecommitdiff
path: root/distrib/i386/iso
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2020-05-18 06:20:45 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2020-05-18 06:20:45 +0000
commitb6287cef9243e06e73ff157fa843467499f51489 (patch)
treef53b1c0b07457ce24a80636a6bca250f8abd5b21 /distrib/i386/iso
parent03cd8ca6a4b3c9251b72129bd2a13e6bf56cf2f3 (diff)
Make ffs2 the default for newfs; change all calls to create e.g. floppy
filesystems or ramdisks to use explicit -O 1; installer already does that. ok sthen@
Diffstat (limited to 'distrib/i386/iso')
-rw-r--r--distrib/i386/iso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile
index 63113280b6d..aef1f4a3b50 100644
--- a/distrib/i386/iso/Makefile
+++ b/distrib/i386/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.27 2020/05/17 17:04:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.28 2020/05/18 06:20:43 otto Exp $
FS= install${OSrev}.img
FSSIZE= 921600
@@ -25,7 +25,7 @@ ${FS}: ${BASE} ${XBASE} bsd.gz
vnconfig -v ${FS} > vnd
fdisk -yi -l ${FSSIZE} -f ${DESTDIR}/usr/mdec/mbr `cat vnd`
disklabel -w `cat vnd` ${FSDISKTYPE}
- newfs -m 0 -o space -i 524288 -c ${FSSIZE} /dev/r`cat vnd`a
+ newfs -O 1 -m 0 -o space -i 524288 -c ${FSSIZE} /dev/r`cat vnd`a
mount /dev/`cat vnd`a ${MOUNT_POINT}
cp ${DESTDIR}/usr/mdec/boot ${MOUNT_POINT}/boot
strip -R .comment -R .SUNW_ctf ${MOUNT_POINT}/boot