From d01bed6d34476e8b0357a0743c9b06e0c4107b08 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 11 May 2012 16:10:23 +0000 Subject: move /etc/dracut.conf.d/60-live.conf from draklive to images-config --- files/live-dracut.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/live-dracut.conf (limited to 'files/live-dracut.conf') diff --git a/files/live-dracut.conf b/files/live-dracut.conf new file mode 100644 index 0000000..c4de2a4 --- /dev/null +++ b/files/live-dracut.conf @@ -0,0 +1,9 @@ +# it is a live, build initrd to boot any hardware +hostonly="no" +# load mga livecd support +add_dracutmodules+=" mgalive " +# dont add theese in initrd as they prevent display_driver_helper to work" +omit_drivers+=" radeon nouveau " +# compress initrd with xz +compress_l="xz" +[root@localhost ~]# -- cgit v1.2.1