From a43a3a6f917e74a8d4f97eede7513db7948c644e Mon Sep 17 00:00:00 2001 From: Jybz Date: Sat, 20 Apr 2024 23:21:04 +0200 Subject: do not force -o network from mkinitrd-dracut (move it into config instead), it makes omit_dracutmodules from config ineffective - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?revision=235951&view=markup --- 50-mageia.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '50-mageia.conf') diff --git a/50-mageia.conf b/50-mageia.conf index c76f67b..1918915 100644 --- a/50-mageia.conf +++ b/50-mageia.conf @@ -7,3 +7,8 @@ hostonly="yes" # always include ahci driver (mga#4364) add_drivers+=" ahci " +# 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 " + -- cgit v1.2.1