diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-01 20:05:36 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-01 20:05:36 +0000 |
commit | 1bb315fbdb2228ca281714398b8dfde52a356953 (patch) | |
tree | d3b0838e4781330a0435e586302734ba5ebdad99 /loader2/hdinstall.c | |
parent | f41839f15346dd983982c2f101e87d9a9d6c3c09 (diff) | |
download | anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.tar.gz anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.tar.xz anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.zip |
rest of remount tweaks
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r-- | loader2/hdinstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c index 170884808..d3c8091ad 100644 --- a/loader2/hdinstall.c +++ b/loader2/hdinstall.c @@ -299,7 +299,7 @@ static char * setupIsoImages(char * device, char * dirName, int flags) { /* XXX try to mount as ext2 and then vfat */ for (type=typetry; *type; type++) { - if (!doPwMount("/tmp/hddev", "/tmp/hdimage", *type, 1, 0, NULL, NULL, 0)) + if (!doPwMount("/tmp/hddev", "/tmp/hdimage", *type, 1, 0, NULL, NULL, 0, 0)) break; } |