diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-14 15:52:12 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-14 15:52:12 +0000 |
commit | 5ffbff829db04eb249b113bdc9a41bd4a806ba4a (patch) | |
tree | 36ff58479ee381d055429a2115a2d01451f2e456 /anaconda | |
parent | 2a6e9406d34f8f9f9e9b54178db090e86ee4617a (diff) | |
download | anaconda-5ffbff829db04eb249b113bdc9a41bd4a806ba4a.tar.gz anaconda-5ffbff829db04eb249b113bdc9a41bd4a806ba4a.tar.xz anaconda-5ffbff829db04eb249b113bdc9a41bd4a806ba4a.zip |
make vnc=1 work too (#125831)
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ try: 'lang=', 'keymap=', 'kbdtype=', 'module=', 'class=', 'expert', 'serial', 'lowres', 'nofb', 'rescue', 'nomount', 'autostep', 'resolution=', 'skipddc', 'noselinux', 'selinux', - 'vnc', 'vncconnect=', 'cmdline', 'headless']) + 'vnc', 'vncconnect=', 'vnc=', 'cmdline', 'headless']) except TypeError, msg: sys.stderr.write("Error %s\n:" % msg) sys.exit(-1) |