summaryrefslogtreecommitdiffstats
path: root/files/dracut-live.conf
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-02 22:10:49 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-02 22:10:49 +0000
commit8cf8bc8ec881760055c73315b7e8c52f0962c492 (patch)
tree917056a3ce6f26be5eccdc13188fd89a5e02ac41 /files/dracut-live.conf
parent8a7411fb876243d1c2eadc8917f4352c78bd180f (diff)
parent4188ede639da7fbb198a56869283770b63db947d (diff)
downloaddraklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.gz
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.bz2
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.xz
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.zip
Switch to using draklive2 (merge branch 'user/martinw/use-grub2')
Diffstat (limited to 'files/dracut-live.conf')
-rw-r--r--files/dracut-live.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/dracut-live.conf b/files/dracut-live.conf
new file mode 100644
index 0000000..67ed54e
--- /dev/null
+++ b/files/dracut-live.conf
@@ -0,0 +1,18 @@
+# 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 "
+# dont use early microcode loading as it slows live boot on broken vbox setups (mga#21553)
+early_microcode="no"