diff options
-rw-r--r-- | 50-mageia.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 " + |