diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-03 23:50:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-03 23:50:22 +0000 |
commit | aa658c5ccd6779d85237d688348ae8eb33b696b7 (patch) | |
tree | 2f7386abfc998c847a33bf0141b55a4f53cc4d52 /distrib/armv7 | |
parent | 979cc7c8af69187d18c3cc8f611265dece568b70 (diff) |
remove text that discusses putting kernels on msdos fs
Diffstat (limited to 'distrib/armv7')
-rw-r--r-- | distrib/armv7/ramdisk/install.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md index f3af5ed26ab..1372cf80358 100644 --- a/distrib/armv7/ramdisk/install.md +++ b/distrib/armv7/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.36 2016/05/30 18:57:04 rpe Exp $ +# $OpenBSD: install.md,v 1.37 2016/06/03 23:50:21 jsg Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -125,12 +125,13 @@ __EOT cat <<__EOT You will now create one MBR partition to contain your OpenBSD data -and one MBR partition on which kernels are located which are loaded -by U-Boot. Neither partition will overlap any other partition. +and one MBR partition on which the OpenBSD boot program is located. +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 '${bootparttype}' (${bootfstype}). The boot partition will be -at least 16MB and be the first 'MSDOS' partition on the disk. +partition will have an id of '${bootparttype}' (${bootfstype}). +The boot partition will be at least 16MB and be the first 'MSDOS' +partition on the disk. $(fdisk ${_disk}) __EOT |