diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-11 16:10:23 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-11 16:10:23 +0000 |
commit | d01bed6d34476e8b0357a0743c9b06e0c4107b08 (patch) | |
tree | 76e45741ff75bd6707fe3ed9cf2211577839b19f /files | |
parent | 3df45623659aeb21e42760cd5fd3dcfe128d619d (diff) | |
download | draklive-config-d01bed6d34476e8b0357a0743c9b06e0c4107b08.tar draklive-config-d01bed6d34476e8b0357a0743c9b06e0c4107b08.tar.gz draklive-config-d01bed6d34476e8b0357a0743c9b06e0c4107b08.tar.bz2 draklive-config-d01bed6d34476e8b0357a0743c9b06e0c4107b08.tar.xz draklive-config-d01bed6d34476e8b0357a0743c9b06e0c4107b08.zip |
move /etc/dracut.conf.d/60-live.conf from draklive to images-config
Diffstat (limited to 'files')
-rw-r--r-- | files/live-dracut.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 ~]# |