diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-28 02:18:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-28 02:18:08 +0000 |
| commit | b39d7dea7b4949d094ba6e48116293015dae221c (patch) | |
| tree | 7fe87bfbf2254ee379468b3e14a6a2c0b75e5f7d /release | |
| parent | fa7bfeb7f9887d5655242ff66a52a5f0301b52cb (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/dos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index ac021bb929f8..3b66bcf15dc4 100644 --- a/release/sysinstall/dos.c +++ b/release/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.19 1998/09/08 11:44:07 jkh Exp $ + * $Id: dos.c,v 1.20 1998/10/05 03:32:03 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -87,7 +87,7 @@ mediaGetDOS(Device *dev, char *file, Boolean probe) snprintf(buf, PATH_MAX, "/dist/%s", file); if (file_readable(buf)) return fopen(buf, "r"); - snprintf(buf, PATH_MAX, "/dist/dists/%s", file); + snprintf(buf, PATH_MAX, "/dist/FREEBSD/%s", file); if (file_readable(buf)) return fopen(buf, "r"); snprintf(buf, PATH_MAX, "/dist/%s/%s", variable_get(VAR_RELNAME), file); |
