diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-04-19 00:37:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-04-19 00:37:37 +0000 |
commit | fb954fed07fd5c75d1bbae9e78e91bc5862ba742 (patch) | |
tree | d011f2be41d54bf43b33a1cbe2f400cf024e077e /distrib/loongson | |
parent | 85c4445b889ff0dc6cd9d3d25ad51b08117c4138 (diff) |
Force the boot partition to ext2fs, rathern than leaving it as it was.
Found by inspection while curious... not though actual experience...
ok miod
Diffstat (limited to 'distrib/loongson')
-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)) |