From cf607d3c0f349899af2188105ac2e82439c31aee Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 5 Oct 1998 03:32:03 +0000 Subject: Correct braino: msdos -> dos. Now DOS installations should work again (cough). --- usr.sbin/sysinstall/dos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/dos.c') 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; } -- cgit v1.1