summaryrefslogtreecommitdiff
path: root/distrib/arm64/ramdisk
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-03-29 00:25:48 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-03-29 00:25:48 +0000
commit1e8bf663ea0c967a34b2612cf95f9638c1c8de7f (patch)
tree3f0881ff3f19bcab59e42df1a497c8feb3461075 /distrib/arm64/ramdisk
parent24821f0faf1006e94ab6ba112c1e75ea7a12f0f9 (diff)
Use character not block devices with dd(1) like the rest
All other dd invocations in installer code, INSTALL.* instructions and dd(1) EXAMPLES use the disk's "raw device".
Diffstat (limited to 'distrib/arm64/ramdisk')
-rw-r--r--distrib/arm64/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md
index e28b6d59f25..74c431dddae 100644
--- a/distrib/arm64/ramdisk/install.md
+++ b/distrib/arm64/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.39 2023/03/29 00:16:14 kn Exp $
+# $OpenBSD: install.md,v 1.40 2023/03/29 00:25:47 kn Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@ md_installboot() {
done)
;;
pine64)
- dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/${_disk}c \
+ dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/r${_disk}c \
bs=1024 seek=8 status=none
;;
rpi)