summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 29a4ca4..6e12945 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -571,14 +571,12 @@ nodisks:
"response to the CRYPTO distribution dialog. Do you want to try and\n"
"load the rsaref package from the current media? Some restrictions on\n"
"usage may apply, so be sure to read the package installation output!")) {
- PkgInteractive = TRUE;
dialog_clear();
if (DITEM_STATUS(package_add("rsaref")) != DITEM_SUCCESS) {
msgConfirm("Unable to find an rsaref package on the current intallation media.\n"
"You may wish to switch media types and try again, perhaps\n"
"from an FTP server which carries this package.");
}
- PkgInteractive = FALSE;
dialog_clear();
}
}
OpenPOWER on IntegriCloud