diff options
author | 2013-04-08 09:51:38 +0000 | |
---|---|---|
committer | 2013-04-08 09:51:38 +0000 | |
commit | d50446fef317c531643973bba81ee9d849838f7f (patch) | |
tree | b64a9b42c7e31542c90a46ff7344d84575d9998f | |
parent | sync with recent developments (diff) | |
download | wireguard-openbsd-d50446fef317c531643973bba81ee9d849838f7f.tar.xz wireguard-openbsd-d50446fef317c531643973bba81ee9d849838f7f.zip |
expand instructions for manually configuring the MBR.
-rw-r--r-- | distrib/octeon/ramdisk/install.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md index 8936a20ed49..fefefe52811 100644 --- a/distrib/octeon/ramdisk/install.md +++ b/distrib/octeon/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.3 2013/04/08 09:45:57 jasper Exp $ +# $OpenBSD: install.md,v 1.4 2013/04/08 09:51:38 jasper Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -90,10 +90,13 @@ __EOT # Manually configure the MBR. cat <<__EOT -You will now create a single MBR partition to contain your OpenBSD data. This -partition must have an id of 'A6'; must *NOT* overlap other partitions; and -must be marked as the only active partition. Inside the fdisk command, the -'manual' command describes all the fdisk commands in detail. +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. + +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. $(fdisk ${_disk}) __EOT |