summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dos.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-05 03:32:03 +0000
committerjkh <jkh@FreeBSD.org>1998-10-05 03:32:03 +0000
commitcf607d3c0f349899af2188105ac2e82439c31aee (patch)
tree034c2938c03dd03b0fdb9a8afdc78f8c306d5722 /usr.sbin/sysinstall/dos.c
parent48eae65e1ba217d272bc953edb7a4fb1209baa4d (diff)
downloadFreeBSD-src-cf607d3c0f349899af2188105ac2e82439c31aee.zip
FreeBSD-src-cf607d3c0f349899af2188105ac2e82439c31aee.tar.gz
Correct braino: msdos -> dos. Now DOS installations should work again
(cough).
Diffstat (limited to 'usr.sbin/sysinstall/dos.c')
-rw-r--r--usr.sbin/sysinstall/dos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c
index 4aec962..ac021bb 100644
--- a/usr.sbin/sysinstall/dos.c
+++ b/usr.sbin/sysinstall/dos.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: dos.c,v 1.18 1997/02/22 14:11:39 peter Exp $
+ * $Id: dos.c,v 1.19 1998/09/08 11:44:07 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -67,7 +67,7 @@ mediaInitDOS(Device *dev)
args.uid = args.gid = 0;
args.mask = 0777;
- if (mount("dos", "/dist", MNT_RDONLY, (caddr_t)&args) == -1) {
+ if (mount("msdos", "/dist", MNT_RDONLY, (caddr_t)&args) == -1) {
msgConfirm("Error mounting %s on /dist: %s (%u)", args.fspec, strerror(errno), errno);
return FALSE;
}
OpenPOWER on IntegriCloud