artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ea5ef
)
Use "installboot -p"; tested by/OK miod
author
kn
<kn@openbsd.org>
Tue, 7 Mar 2023 17:37:26 +0000
(17:37 +0000)
committer
kn
<kn@openbsd.org>
Tue, 7 Mar 2023 17:37:26 +0000
(17:37 +0000)
distrib/loongson/ramdisk/install.md
patch
|
blob
|
history
diff --git
a/distrib/loongson/ramdisk/install.md
b/distrib/loongson/ramdisk/install.md
index
4d5510b
..
69af0f0
100644
(file)
--- a/
distrib/loongson/ramdisk/install.md
+++ b/
distrib/loongson/ramdisk/install.md
@@
-1,4
+1,4
@@
-# $OpenBSD: install.md,v 1.3
1 2022/08/10 17:37:48 miod
Exp $
+# $OpenBSD: install.md,v 1.3
2 2023/03/07 17:37:26 kn
Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@
-86,8
+86,7
@@
md_prep_fdisk() {
;;
esac
echo "done."
- disklabel $_disk 2>/dev/null | grep -q "^ i:" || disklabel -w -d $_disk
- newfs -qt ext2fs $_o ${_disk}i
+ installboot -p $_disk
break ;;
[eE]*)
# Manually configure the MBR.