summaryrefslogtreecommitdiff
path: root/distrib/octeon/ramdisk
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2017-02-20 16:13:36 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2017-02-20 16:13:36 +0000
commitf2cb7de3aac2638e84dca629b056357d3ce30854 (patch)
tree0088cadcc7b3dc79a437b7268dce1c768ea165d3 /distrib/octeon/ramdisk
parent1b98075495f8083893a84c1573c0bf68abaa0ead (diff)
Bump the default size of the MSDOS partition from 16MB to 32MB.
16MB is too small to hold bsd, bsd.mp and bsd.rd simultaneously. Noticed by and OK stsp@ OK deraadt@
Diffstat (limited to 'distrib/octeon/ramdisk')
-rw-r--r--distrib/octeon/ramdisk/install.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md
index 99a529c32dd..a93e9408b25 100644
--- a/distrib/octeon/ramdisk/install.md
+++ b/distrib/octeon/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.17 2017/01/22 23:43:54 rpe Exp $
+# $OpenBSD: install.md,v 1.18 2017/02/20 16:13:35 visa Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -71,12 +71,12 @@ e 0
C
n
64
-32768
+65536
f 0
e 3
A6
n
-32832
+65600
write
quit
@@ -95,7 +95,7 @@ by U-Boot. Neither partition will overlap any other partition.
The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
partition will have an id of 'C' (MSDOS). The boot partition will be
-at least 16MB and be the first 'MSDOS' partition on the disk.
+at least 32MB and be the first 'MSDOS' partition on the disk.
$(fdisk ${_disk})
__EOT