summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-03-18 19:34:04 -0400
committerChris Lumens <clumens@redhat.com>2008-03-18 19:34:39 -0400
commite2dff08cb0ed80f7a6d49a91d4b88643e0efcfb9 (patch)
treed05ae1aba47a920780359ef8e689e76fcde802fb /loader2/hdinstall.c
parent179d5851c9ef31b2ab46e81b7d90df261ac68c23 (diff)
downloadanaconda-e2dff08cb0ed80f7a6d49a91d4b88643e0efcfb9.tar.gz
anaconda-e2dff08cb0ed80f7a6d49a91d4b88643e0efcfb9.tar.xz
anaconda-e2dff08cb0ed80f7a6d49a91d4b88643e0efcfb9.zip
Work on support for NFSISO installs when using boot.iso.
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r--loader2/hdinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c
index f39e07895..6591a6385 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -177,7 +177,7 @@ static char * setupIsoImages(char * device, char * dirName, char * location) {
else
rc = asprintf(&dirspec, "/mnt/isodir/%s", dirName);
- path = validIsoImages(dirspec, 0);
+ path = validIsoImages(dirspec, 0, 1);
}
if (path) {