diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-29 13:37:43 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-29 13:37:43 +0000 |
| commit | f11ff9b1cccb555143ea2abc0b87c5bc8543eef6 (patch) | |
| tree | a9cc877b52988aee20e78e598ae67b3f1a5f275f /release/sysinstall/config.c | |
| parent | e05f5f6ac2f48bc1f134090bbdfe5fdf20cc3c74 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/config.c')
| -rw-r--r-- | release/sysinstall/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index a51f9964d497..980bc571365b 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.12 1995/05/28 20:28:07 jkh Exp $ + * $Id: config.c,v 1.13 1995/05/29 11:01:06 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -155,7 +155,7 @@ configFstab(void) for (c1 = disk->chunks->part; c1; c1 = c1->next) { if (c1->type == freebsd) { for (c2 = c1->part; c2; c2 = c2->next) { - if (c2->type == part) + if (c2->type == part && c2->private) chunk_list[nchunks++] = c2; } } |
