timeout= in yaboot.conf is in tenths of seconds (#692409)
We use seconds throughout anaconda for the bootloader timeout value, so
when we write it to yaboot.conf, make sure we write it in tenths of
seconds.
---
booty/ppc.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/booty/ppc.py b/booty/ppc.py
index 9626d62..a7c6af8 100644
--- a/booty/ppc.py
+++ b/booty/ppc.py
@@ -70,7 +70,7 @@ class ppcBootloaderInfo(bootloaderInfo):
% productName)