[PATCH] bootloader --append= should append, not set the args list (#524004).

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

 



---
 kickstart.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kickstart.py b/kickstart.py
index 79264f1..57f7aa3 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -230,7 +230,7 @@ class Bootloader(commands.bootloader.F12_Bootloader):
             self.handler.showSteps.append("bootloader")
 
             if self.appendLine:
-                self.handler.id.bootloader.args.set(self.appendLine)
+                self.handler.id.bootloader.args.append(self.appendLine)
 
             if self.password:
                 self.handler.id.bootloader.setPassword(self.password, isCrypted = 0)
-- 
1.6.4.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