summaryrefslogtreecommitdiffstats
path: root/images/dracut.conf
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-11-02 10:11:01 +0000
committerColin Guthrie <colin@mageia.org>2013-11-02 11:47:48 +0000
commitbbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74 (patch)
tree50b4e83825d921915c5c2f320598428bf4c11cbb /images/dracut.conf
parent284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be (diff)
downloaddrakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar
drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.gz
drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.bz2
drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.xz
drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.zip
images: Split dracut options out into a config file.
Also ensure that the compression method is xz -9 for much better compression (was previously defaulting to gzip)
Diffstat (limited to 'images/dracut.conf')
-rw-r--r--images/dracut.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/dracut.conf b/images/dracut.conf
new file mode 100644
index 000000000..61b2e5636
--- /dev/null
+++ b/images/dracut.conf
@@ -0,0 +1,4 @@
+hostonly=no
+nofscks=yes
+omit_dracutmodules+=" dash modsign systemd plymouth btrfs crypt lvm cifs resume rootfs-block biosdevname usrmount shutdown "
+compress=xz