# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $OpenBSD: dot.commonutils,v 1.6 1996/10/13 17:33:07 niklas Exp $
+# $OpenBSD: dot.commonutils,v 1.7 1996/12/09 07:04:46 deraadt Exp $
# Installation utilites (functions), to get OpenBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
done
while echo -n "Insert floppy (hit ^C to terminate, enter to load): "
do
- mount -t msdos /dev/fd0$which /mnt2
+ mount -r -t msdos /dev/fd0$which /mnt2
cp -rp /mnt2/* .
umount /mnt2
done
-# $OpenBSD: dot.commonutils,v 1.1 1996/10/10 10:06:06 deraadt Exp $
+# $OpenBSD: dot.commonutils,v 1.2 1996/12/09 07:04:52 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
"Insert floppy (hit Control-C to terminate, enter to load): "
do
read foo
- mount -t msdos /dev/fd${which}a /mnt2
+ mount -r -t msdos /dev/fd${which}a /mnt2
cp -rp /mnt2/* .
umount /mnt2
done
-# $OpenBSD: dot.commonutils,v 1.6 1996/10/09 09:34:53 deraadt Exp $
+# $OpenBSD: dot.commonutils,v 1.7 1996/12/09 07:05:02 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
"Insert floppy (hit Control-C to terminate, enter to load): "
do
read foo
- mount -t msdos /dev/fd${which}a /mnt2
+ mount -r -t msdos /dev/fd${which}a /mnt2
cp -rp /mnt2/* .
umount /mnt2
done
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.commonutils,v 1.6 1996/09/05 21:26:51 deraadt Exp $
+# $Id: dot.commonutils,v 1.7 1996/12/09 07:05:12 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
"Insert floppy (hit Control-C to terminate, enter to load): "
do
read foo
- mount -t msdos /dev/fd${which}a /mnt2
+ mount -r -t msdos /dev/fd${which}a /mnt2
cp -rp /mnt2/* .
umount /mnt2
done
-# $OpenBSD: dot.commonutils,v 1.4 1996/10/10 10:10:31 deraadt Exp $
+# $OpenBSD: dot.commonutils,v 1.5 1996/12/09 07:05:19 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
"Insert floppy (hit Control-C to terminate, enter to load): "
do
read foo
- mount -t msdos /dev/fd${which}a /mnt2
+ mount -r -t msdos /dev/fd${which}a /mnt2
cp -rp /mnt2/* .
umount /mnt2
done