diff options
author | 2015-04-19 00:37:36 +0000 | |
---|---|---|
committer | 2015-04-19 00:37:36 +0000 | |
commit | c407aa60f15b413d79454e58d01c2e62d93f670f (patch) | |
tree | 9dc909655811b7b29d889cbd2e8ee42b2e29a0d3 | |
parent | It seems that the CPUID lies about the monitor-line size, or at least our (diff) | |
download | wireguard-openbsd-c407aa60f15b413d79454e58d01c2e62d93f670f.tar.xz wireguard-openbsd-c407aa60f15b413d79454e58d01c2e62d93f670f.zip |
Force the boot partition to ext2fs, rathern than leaving it as it was.
Found by inspection while curious... not though actual experience...
ok miod
-rw-r--r-- | distrib/loongson/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/loongson/ramdisk/install.md b/distrib/loongson/ramdisk/install.md index cd5de23987c..83d4d8546ff 100644 --- a/distrib/loongson/ramdisk/install.md +++ b/distrib/loongson/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 2015/02/12 08:44:47 rpe Exp $ +# $OpenBSD: install.md,v 1.16 2015/04/19 00:37:36 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ md_prep_fdisk() { fdisk -e $_disk <<__EOT >/dev/null re e 0 - +83 1 $((_s * 2048)) |