summaryrefslogtreecommitdiffstats
path: root/examples/xfce/files/dracut-live.conf
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-05 23:44:04 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-05 23:44:04 +0000
commit820b7dcaf0515c8c1c59e1d87185401693b0cf52 (patch)
treea80d6c708c6308e4da439546f34c220e16c84327 /examples/xfce/files/dracut-live.conf
parent55b6bf3e3187a8454853805a955749044f043724 (diff)
downloaddrakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.gz
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.bz2
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.xz
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.zip
Add draklive2 examples.
Diffstat (limited to 'examples/xfce/files/dracut-live.conf')
-rw-r--r--examples/xfce/files/dracut-live.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/xfce/files/dracut-live.conf b/examples/xfce/files/dracut-live.conf
new file mode 100644
index 0000000..42b3e24
--- /dev/null
+++ b/examples/xfce/files/dracut-live.conf
@@ -0,0 +1,16 @@
+# it is a live, build initrd to boot any hardware
+hostonly="no"
+# load mga livecd support
+add_dracutmodules+=" mgalive "
+# block some dracut modules we dont want / use
+omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign "
+# compress initrd with xz
+compress_l="xz"
+# whitelist only the filesystems needed by live CDs and live USB
+filesystems="iso9660 vfat =fs/nls squashfs overlay"
+# ensure drm drivers are available early in the boot sequence
+add_drivers+=" amdgpu radeon nouveau i915 vboxvideo "
+# fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files
+omit_drivers+=" qla1280 qla2xxx qla4xxx "
+# pata_acpi is not wanted on boot
+omit_drivers+=" pata_acpi "