diff options
author | Chris Lumens <clumens@redhat.com> | 2006-06-23 19:52:53 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-06-23 19:52:53 +0000 |
commit | 7127cb6d4d312423768df3489d24577928dc19f2 (patch) | |
tree | caf96fea3206cf3b45bf447171cc71ccb495e428 /anaconda | |
parent | 437a9c8487f8fb56fb0477832fd40f96bd3a1796 (diff) | |
download | anaconda-7127cb6d4d312423768df3489d24577928dc19f2.tar.gz anaconda-7127cb6d4d312423768df3489d24577928dc19f2.tar.xz anaconda-7127cb6d4d312423768df3489d24577928dc19f2.zip |
Set flags.serial when doing a serial install.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -689,6 +689,9 @@ if __name__ == "__main__": if opts.iscsi: flags.iscsi = 1 + if opts.serial: + flags.serial = 1 + # probing for hardware on an s390 seems silly... if rhpl.getArch() == "s390": opts.isHeadless = True |