summaryrefslogtreecommitdiffstats
path: root/loader2/driverdisk.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-03 02:22:59 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-03 02:22:59 +0000
commitf6e9afda107ce15017f9035aac62b2241a9c5e34 (patch)
tree0e27f9ec8bc5a6df487a063a60afedec2b220f34 /loader2/driverdisk.c
parent07d9790f09ffd3aa2a0562ac789acdf215bf6e69 (diff)
downloadanaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.tar.gz
anaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.tar.xz
anaconda-f6e9afda107ce15017f9035aac62b2241a9c5e34.zip
pop the window
Diffstat (limited to 'loader2/driverdisk.c')
-rw-r--r--loader2/driverdisk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader2/driverdisk.c b/loader2/driverdisk.c
index 148ec8aa9..e37c6003c 100644
--- a/loader2/driverdisk.c
+++ b/loader2/driverdisk.c
@@ -29,6 +29,7 @@
#include "modules.h"
#include "moduledeps.h"
#include "moduleinfo.h"
+#include "windows.h"
#include "../isys/isys.h"
#include "../isys/imount.h"
@@ -108,6 +109,8 @@ static int loadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
sprintf(file, "%s/pcitable", mntpt);
pciReadDrivers(file);
+ newtPopWindow();
+
disknum++;
return 0;
}