diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 22:15:13 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 22:15:13 +0000 |
commit | 191806e7af1fae237f2dfbb722ab4c3753d5fc7a (patch) | |
tree | 118576c2d3a13c4f752b3ca7787dd7a638966226 /distrib | |
parent | 5fae088c80cde3881c58b163c6ffdfe488ed2d8d (diff) |
-q for newfs
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/loongson/ramdisk/install.md | 4 |
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. |