diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-19 15:09:04 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-19 15:09:04 +0000 |
commit | b33a41aedf4cf4d7c14b734e47b1751b1f607e94 (patch) | |
tree | 806a8ac266b06f9a0c4fa2d69747451bd8daf1f2 /loader | |
parent | d034e923d5f003e77aa0a783de9aee02548e47ea (diff) | |
download | anaconda-b33a41aedf4cf4d7c14b734e47b1751b1f607e94.tar.gz anaconda-b33a41aedf4cf4d7c14b734e47b1751b1f607e94.tar.xz anaconda-b33a41aedf4cf4d7c14b734e47b1751b1f607e94.zip |
driverdisk command works (for hard drive anyway)
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 06c496737..914e178dd 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1784,7 +1784,7 @@ int main(int argc, char ** argv) { } *argptr = NULL; - + if (!FL_TESTING(flags)) { execv(anacondaArgs[0], anacondaArgs); perror("exec"); |