diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-01-26 15:58:40 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-01-26 15:58:40 +0000 |
commit | 7ee26f9d9fb1d35d35355b70f4d0dfeb277a9f68 (patch) | |
tree | 7199a3bf9a1351fcd62488f6da4088680adb1d2d /distrib | |
parent | 3211d25fb485a2b4b0178fd0dfb1095801fab29b (diff) |
Mount msdos filesystems with -s (shortnames) rather than -l
(longnames). This ensures the install sets are listed in lowercase and
are thus visible to the install/upgrade scripts.
Installing/upgrading from sets on msdos partitions should now work
(again?).
Problem noticed by Michael Lucas.
deraadt@ ok
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index cff84f8008a..e59567e5f5f 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.16 2002/12/14 15:33:34 krw Exp $ +# $OpenBSD: install.md,v 1.17 2003/01/26 15:58:39 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ # MDFSTYPE=msdos -MDFSOPTS=-l +MDFSOPTS=-s MDXAPERTURE=2 ARCH=ARCH |