[PATCH 3/4] Change default bootloader timeout from 20sec to 5sec. (#727831)

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

 



---
 pyanaconda/bootloader.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 55ee16e..e6ce014 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -757,10 +757,8 @@ class BootLoader(object):
         """Bootloader timeout in seconds."""
         if self._timeout is not None:
             t = self._timeout
-        elif self.console and self.console.startswith("ttyS"):
-            t = 5
         else:
-            t = 20
+            t = 5
 
         return t
 
-- 
1.7.6

_______________________________________________
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