diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-06-06 16:33:31 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-06-06 16:33:31 +0000 |
commit | e0779b7bf137a60bf6e6cd3adee4aabffcd28c73 (patch) | |
tree | 20b8340a621390a3fc967ef5fb3723c78b4033c7 /anaconda | |
parent | 91d5fc40d23a5fb5b225287090e8074d0054fa6e (diff) | |
download | anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.gz anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.xz anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.zip |
merge taroon branch. mostly package bits, but a lot of other misc stuff
and cleanups in here too
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -109,7 +109,7 @@ def startVNCServer(vncpassword=None, root='/'): except: dup_log("Unknown expection setting vnc password.") rc = 1 - + if rc: dup_log(_("Unable to set vnc password - using no password!")) dup_log(_("Make sure your password is at least 6 characters in length.")) @@ -327,6 +327,10 @@ else: if os.environ.has_key("LD_PRELOAD"): del os.environ["LD_PRELOAD"] +# we need to do this really early so we make sure its done before rpm +# is imported +iutil.writeRpmPlatform() + try: (args, extra) = isys.getopt(theargs, 'CGTRxtdr:fm:', [ 'graphical', 'text', 'test', 'debug', 'nofallback', |