[PATCH 2/4] Increase max NIC identification duration to 5 minutes (#473747).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



loader was restricting users to a NIC identification duration of 1 to 30
seconds.  This patch increases the maximum to 5 minutes.
---
 loader/net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loader/net.c b/loader/net.c
index 5531923..4a58c60 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1852,7 +1852,7 @@ int chooseNetworkInterface(struct loaderData_s * loaderData) {
                         continue;
                     }
 
-                    if (secs <=0 || secs > 30) {
+                    if (secs <=0 || secs > 300) {
                         newtWinMessage(_("Invalid Duration"), _("OK"),
                                        _("You must enter the number of "
                                          "seconds as an integer between 1 "
-- 
1.6.2.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux