summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-26 22:34:04 +0000
committerChris Lumens <clumens@redhat.com>2007-01-26 22:34:04 +0000
commitdabe0baa04ef6ae07ad080543b79f0ac8a87fd71 (patch)
treea751cf9a2ce795e8f94cb74fa831007373607627 /instdata.py
parentbf6e82648e88c1b99259e9184ffb795d7cfe871e (diff)
downloadanaconda-dabe0baa04ef6ae07ad080543b79f0ac8a87fd71.tar.gz
anaconda-dabe0baa04ef6ae07ad080543b79f0ac8a87fd71.tar.xz
anaconda-dabe0baa04ef6ae07ad080543b79f0ac8a87fd71.zip
Fix writing out --startxonboot and the initial setting of firstboot in case
no firstboot command line is found.
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index 3ca42210a..d63e18033 100644
--- a/instdata.py
+++ b/instdata.py
@@ -72,7 +72,7 @@ class InstallData:
self.rootParts = None
self.upgradeSwapInfo = None
- if rhpl.getArch() == "s390":
+ if rhpl.getArch() == "s390" or anaconda.isKickstart:
self.firstboot = FIRSTBOOT_SKIP
else:
self.firstboot = FIRSTBOOT_DEFAULT