From c2f56c85846542c902756806979fba2b4da48566 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 30 Apr 2012 01:05:57 +0000 Subject: compress initrd with xz --- draklive | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v1.2.1