diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-12 22:47:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-12 22:47:17 +0000 |
commit | e271403d713b8cde0c2428cc39f152c52a197965 (patch) | |
tree | 3707bd8c4966584b462eece70b9d3d67cc441c61 /distrib/powerpc64 | |
parent | 7a2c3239c016d531988975896e6188bf1dfa45bf (diff) |
Remove comma that shouldn't be there.
Diffstat (limited to 'distrib/powerpc64')
-rw-r--r-- | distrib/powerpc64/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc64/ramdisk/install.md b/distrib/powerpc64/ramdisk/install.md index 57184d36ded..a4db83a5787 100644 --- a/distrib/powerpc64/ramdisk/install.md +++ b/distrib/powerpc64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.3 2020/07/10 17:04:49 deraadt Exp $ +# $OpenBSD: install.md,v 1.4 2020/07/12 22:47:16 kettenis Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ NEWFSARGS_msdos="-F 16 -L boot" MOUNT_ARGS_msdos="-o-l" md_installboot() { - local _disk=/dev/$1, _duid + local _disk=/dev/$1 _duid _duid=$(disklabel $1 | sed -ne 's/^duid: \(.*\)/\1/p') # Mount MSDOS partition, copy boot kernel and create menu entry |