diff options
author | 2006-11-09 23:22:53 +0000 | |
---|---|---|
committer | 2006-11-09 23:22:53 +0000 | |
commit | 6445101b9f2b841453e6d30b10d383c426a9e762 (patch) | |
tree | 40a00b813f12749efb24c29023701594fe864462 | |
parent | Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@ (diff) | |
download | wireguard-openbsd-6445101b9f2b841453e6d30b10d383c426a9e762.tar.xz wireguard-openbsd-6445101b9f2b841453e6d30b10d383c426a9e762.zip |
typo
-rw-r--r-- | distrib/landisk/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md index 474a713c84a..4c77ef5b1f3 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 2006/11/09 23:01:06 deraadt Exp $ +# $OpenBSD: install.md,v 1.9 2006/11/09 23:22:53 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -79,8 +79,8 @@ md_prep_fdisk() { ask_yn "Do you want to use *all* of $_disk for OpenBSD?" if [[ $resp == y ]]; then echo -n "Putting all of $_disk into an active OpenBSD MBR partition (type 'A6')..." - dd if=/dev/zero bs=32k count=1 of=/dev/r${_disk}c >/dev/null 2&1 - disklabel -c ${_disk} >/dev/null 2&1 + dd if=/dev/zero bs=32k count=1 of=/dev/r${_disk}c >/dev/null 2>&1 + disklabel -c ${_disk} >/dev/null 2>&1 fdisk -e ${_disk} <<__EOT >/dev/null reinit update |