summaryrefslogtreecommitdiffstats
path: root/dracut.conf.d/50-mageia.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dracut.conf.d/50-mageia.conf')
-rw-r--r--dracut.conf.d/50-mageia.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/dracut.conf.d/50-mageia.conf b/dracut.conf.d/50-mageia.conf
new file mode 100644
index 0000000..e4649ae
--- /dev/null
+++ b/dracut.conf.d/50-mageia.conf
@@ -0,0 +1,11 @@
+# Configuration for 10i18n module. See /usr/share/dracut/10i18n/README
+i18n_vars="/etc/sysconfig/i18n:SYSFONT-FONT,SYSFONTACM-FONT_MAP,UNIMAP-FONT_UNIMAP,LANG,LC_ALL /etc/sysconfig/keyboard:KEYTABLE,KEYMAP,GRP_TOGGLE"
+
+# build initrd only to boot current hardware
+hostonly="yes"
+
+# Do not include the network module by default which saves about 10megs
+# Users can still generate a network friendly initrd by editing this file
+# or overriding omit_dracutmodules from another config file
+omit_dracutmodules+=" network systemd "
+