Re: [PATCH] bootloader timeout default should be None not 0

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

 



Ack.

On 05/10/2010 07:26 PM, Jesse Keating wrote:
We compare to None later in booty/x86.py and if it is 0 things like the
chainloader timeout don't get set right.  Resolves 590661
---
  installclass.py |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installclass.py b/installclass.py
index d87b5bb..2e8fcf6 100644
--- a/installclass.py
+++ b/installclass.py
@@ -53,7 +53,7 @@ class BaseInstallClass(object):
      pkgstext = ""
      # default to showing the upgrade option
      showUpgrade = True
-    bootloaderTimeoutDefault = 0
+    bootloaderTimeoutDefault = None
      bootloaderExtraArgs = ""

      # list of of (txt, grplist) tuples for task selection screen

_______________________________________________
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