From 6dbd4762fffd7620cf7507fdd76476bf09ccd846 Mon Sep 17 00:00:00 2001 From: Jybz Date: Thu, 25 Apr 2024 21:03:28 +0200 Subject: chore(conf): shift configuration into appropriate subdirectory --- 50-mageia.conf | 11 ----------- dracut.conf.d/50-mageia.conf | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 50-mageia.conf create mode 100644 dracut.conf.d/50-mageia.conf diff --git a/50-mageia.conf b/50-mageia.conf deleted file mode 100644 index e4649ae..0000000 --- a/50-mageia.conf +++ /dev/null @@ -1,11 +0,0 @@ -# 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 " - 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 " + -- cgit v1.2.1