summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-02-15 15:37:31 -0500
committerWill Woods <wwoods@redhat.com>2012-02-15 15:45:03 -0500
commit4e26256d931c41ed1469f456e4f05378d1f3a119 (patch)
tree3bbf85750a373fc94dbbcf2888651fcd465b332f /configure.ac
parent62a04d333268cbf117e8f1803b7f6e331961e688 (diff)
downloadanaconda-4e26256d931c41ed1469f456e4f05378d1f3a119.tar.gz
anaconda-4e26256d931c41ed1469f456e4f05378d1f3a119.tar.xz
anaconda-4e26256d931c41ed1469f456e4f05378d1f3a119.zip
Add anaconda dracut module [WIP!]
This adds the dracut directory and anaconda-dracut subpackage. The 'anaconda' dracut module replaces loader. It should handle all the tasks that loader used to handle in the first stage of the boot process. It's a work in progress, but it currently supports repo={http,ftp,nfs} and most anacaconda network options. Kickstart parsing is handled using a python interpreter and pykickstart, which (surprisingly) only adds ~600k to the initramfs. Driver disks are not yet supported.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0a814507f..ef182a23b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,6 +256,7 @@ AC_CONFIG_FILES([Makefile
data/bootdisk/x86_64/Makefile
data/command-stubs/Makefile
docs/Makefile
+ dracut/Makefile
gptsync/Makefile
pyanaconda/installclasses/Makefile
pyanaconda/iw/Makefile