This commit is contained in:
Ian McLeod 2013-04-01 14:47:19 -05:00
parent 200d6d84d3
commit 5db630a9be
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def ks_extract_bits(ksfile):
poweroff=True
continue
return (install_url, console_password, console_cmd, poweroff)
return (install_url, console_password, console_command, poweroff)
def install_extract_bits(install_file, distro):
if distro == "rpm":