summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/live-dracut.conf')
-rw-r--r--files/live-dracut.conf9
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 ~]#