--- 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