--- /home/dave/src/anaconda/anaconda 2007-11-09 16:26:49.000000000 -0600 +++ updates/anaconda 2007-10-31 12:23:25.000000000 -0500 @@ -655,6 +662,17 @@ except: pass + # setup dm-crypt/LUKS support + os.environ["PATH"] += ":/tmp/updates/sbin" + os.environ["LD_LIBRARY_PATH"] += ":/tmp/updates/lib" + cryptoModules = ("dm-crypt", "blkcipher", "sha256", "cbc", "aes") + for mod in cryptoModules: + iutil.execWithRedirect("insmod", + ["/tmp/updates/modules/%s.ko" % (mod,)], + stdout = "/dev/tty5", + stderr = "/dev/tty5", + searchPath = 1) + # # must specify install, rescue mode #