From e2e423f67e71a66e3e00f75b8f55727fa317b23a Mon Sep 17 00:00:00 2001 From: grunk <> Date: Sat, 14 Apr 2007 11:54:00 +0000 Subject: [PATCH] introduce {fsck,mount}_vnd tools to be able to describe vnd images in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 45ea3c72..07bc19b6 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.302 2007/03/14 20:47:17 ckuethe Exp $ +# $OpenBSD: rc,v 1.303 2007/04/14 11:54:00 grunk Exp $ # System startup script run by init on autoboot # or after single-user. @@ -198,7 +198,7 @@ fi trap "echo 'Boot interrupted.'; exit 1" 3 umount -a >/dev/null 2>&1 -mount -a -t nonfs +mount -a -t nonfs,vnd mount -uw / # root on nfs requires this, others aren't hurt rm -f /fastboot # XXX (root now writeable)