diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-11 18:59:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-11 18:59:32 +0000 |
commit | 881c2c9898d05e7ae845748e5ac4a265daf11351 (patch) | |
tree | 2cc6dc5ac77c72c8241014f543d0d5efb9ab65d8 /distrib/landisk | |
parent | d088667e4b3fe05a36727a82b13ad66d824d37d5 (diff) |
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@.
Diffstat (limited to 'distrib/landisk')
-rw-r--r-- | distrib/landisk/ramdisk/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md index c0ad44debea..bcb0b1c6208 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.10 2006/11/20 02:01:48 krw Exp $ +# $OpenBSD: install.md,v 1.11 2007/02/11 18:59:31 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() { |