summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-21 17:58:58 +0000
committerMatt Wilson <msw@redhat.com>2001-08-21 17:58:58 +0000
commitb68edc4848b440ca8f5042c04de8167303c95d83 (patch)
treed7ae7a36e6d95f1ee536ed12848a4f5e97c7a78b /kickstart.py
parent73dcb56d32de7741f56538f2261481064529a1e8 (diff)
downloadanaconda-b68edc4848b440ca8f5042c04de8167303c95d83.tar.gz
anaconda-b68edc4848b440ca8f5042c04de8167303c95d83.tar.xz
anaconda-b68edc4848b440ca8f5042c04de8167303c95d83.zip
1) fix kickstart interactive mode when no bootloader args are used (#52169)
1) preserve ide-scsi arguments set up in KernelArguments.__init__ when using kickstart
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 427dc2843..2399bc74d 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -220,7 +220,7 @@ class KickstartBase(BaseInstallClass):
'password=', 'md5pass=', 'linear', 'nolinear'])
validLocations = [ "mbr", "partition", "none" ]
- appendLine = None
+ appendLine = ""
location = "mbr"
password = None
md5pass = None