summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-04-30 01:05:57 +0000
committerThomas Backlund <tmb@mageia.org>2012-04-30 01:05:57 +0000
commitc2f56c85846542c902756806979fba2b4da48566 (patch)
treea99c300ca6cf952cf8565fcf1dfd101191b42a5e
parent3e6d0fec25f43b105eab2e88210829973737562a (diff)
downloaddraklive-c2f56c85846542c902756806979fba2b4da48566.tar
draklive-c2f56c85846542c902756806979fba2b4da48566.tar.gz
draklive-c2f56c85846542c902756806979fba2b4da48566.tar.bz2
draklive-c2f56c85846542c902756806979fba2b4da48566.tar.xz
draklive-c2f56c85846542c902756806979fba2b4da48566.zip
compress initrd with xz
-rwxr-xr-xdraklive2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive b/draklive
index ddaf055..b66bc48 100755
--- a/draklive
+++ b/draklive
@@ -322,6 +322,8 @@ hostonly="no"
add_dracutmodules+=" mgalive "
# dont add theese in initrd as they prevent display_driver_helper to work"
omit_drivers+=" radeon nouveau "
+# compress with xz
+compress_l="xz"
EOF
}