Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/miniroot use an async mount for building the miniroo...
details: https://anonhg.NetBSD.org/src/rev/f54b1e54416d
branches: trunk
changeset: 472027:f54b1e54416d
user: is <is%NetBSD.org@localhost>
date: Sun Apr 18 21:01:57 1999 +0000
description:
use an async mount for building the miniroot filesystem
diffstat:
distrib/miniroot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9039c8fede41 -r f54b1e54416d distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Sun Apr 18 19:40:06 1999 +0000
+++ b/distrib/miniroot/Makefile Sun Apr 18 21:01:57 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1998/11/16 23:43:58 jonathan Exp $
+# $NetBSD: Makefile,v 1.20 1999/04/18 21:01:57 is Exp $
.include <bsd.own.mk>
@@ -42,7 +42,7 @@
${PRELABEL}
-newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV} ${DISKTYPE}
${BOOTINSTALL}
- mount ${VND_DEV} ${MOUNT_POINT}
+ mount -o async ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
REV=${REV} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} ARCHDIR=${ARCHDIR} \
TARGDIR=${MOUNT_POINT} VND_RDEV=${VND_RDEV} \
Home |
Main Index |
Thread Index |
Old Index