From 881c2c9898d05e7ae845748e5ac4a265daf11351 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 11 Feb 2007 18:59:32 +0000 Subject: Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@. --- distrib/armish/ramdisk/install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'distrib/armish') diff --git a/distrib/armish/ramdisk/install.md b/distrib/armish/ramdisk/install.md index 114c14d92e6..9e6da7e2ef1 100644 --- a/distrib/armish/ramdisk/install.md +++ b/distrib/armish/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.1 2006/06/06 00:01:49 drahn Exp $ +# $OpenBSD: install.md,v 1.2 2007/02/11 18:59:30 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -39,7 +39,6 @@ # machine dependent section of installation/upgrade script. # -MDFSTYPE=msdos ARCH=ARCH md_installboot() { -- cgit v1.2.3