diff options
| author | Chris Lumens <clumens@redhat.com> | 2008-03-18 19:34:04 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2008-03-18 19:34:39 -0400 |
| commit | e2dff08cb0ed80f7a6d49a91d4b88643e0efcfb9 (patch) | |
| tree | d05ae1aba47a920780359ef8e689e76fcde802fb /loader2/method.h | |
| parent | 179d5851c9ef31b2ab46e81b7d90df261ac68c23 (diff) | |
Work on support for NFSISO installs when using boot.iso.
Diffstat (limited to 'loader2/method.h')
| -rw-r--r-- | loader2/method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/method.h b/loader2/method.h index 61028809f..a29828c2b 100644 --- a/loader2/method.h +++ b/loader2/method.h @@ -43,7 +43,7 @@ struct installMethod { int umountLoopback(char * mntpoint, char * device); int mountLoopback(char * fsystem, char * mntpoint, char * device); -char * validIsoImages(char * dirName, int *foundinvalid); +char * validIsoImages(char * dirName, int *foundinvalid, int checkStage2); int readStampFileFromIso(char *file, char **descr, char **timestamp); void queryIsoMediaCheck(char * isoDir); |
