summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2010-02-18 22:15:12 +0000
committerotto <otto@openbsd.org>2010-02-18 22:15:12 +0000
commitfa7874e015f1d07e6dc7200c938c79d08d722561 (patch)
treea756a008077c581079cc84354e27f0635091d8e6
parentsync (diff)
downloadwireguard-openbsd-fa7874e015f1d07e6dc7200c938c79d08d722561.tar.xz
wireguard-openbsd-fa7874e015f1d07e6dc7200c938c79d08d722561.zip
-q for newfs
-rw-r--r--distrib/loongson/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/loongson/ramdisk/install.md b/distrib/loongson/ramdisk/install.md
index c9584ceca92..bbe10eac094 100644
--- a/distrib/loongson/ramdisk/install.md
+++ b/distrib/loongson/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.2 2010/02/18 20:20:52 otto Exp $
+# $OpenBSD: install.md,v 1.3 2010/02/18 22:15:12 otto Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@ quit
__EOT
echo "done."
disklabel $_disk 2>/dev/null | grep -q "^ i:" || disklabel -w -d $_disk
- newfs -t ext2fs ${_disk}i
+ newfs -qt ext2fs ${_disk}i
break ;;
e*|E*)
# Manually configure the MBR.