summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
committerJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
commite0779b7bf137a60bf6e6cd3adee4aabffcd28c73 (patch)
tree20b8340a621390a3fc967ef5fb3723c78b4033c7 /anaconda
parent91d5fc40d23a5fb5b225287090e8074d0054fa6e (diff)
downloadanaconda-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-xanaconda6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 2278103c6..e0bd44f6b 100755
--- a/anaconda
+++ b/anaconda
@@ -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',