diff options
author | Jybz <j.biernacki@free.fr> | 2024-04-20 23:26:04 +0200 |
---|---|---|
committer | Jybz <j.biernacki@free.fr> | 2024-04-20 23:26:04 +0200 |
commit | 5393dedb8dc2698cc58373f2c436fd2e99eb8fc0 (patch) | |
tree | 47b19417fe0390cad57f6e8e903d38aca440a6e2 | |
parent | fea8c7f78d9320e7603ffe73a6b75c507c43d8c5 (diff) | |
download | mageia-dracut-conf-5393dedb8dc2698cc58373f2c436fd2e99eb8fc0.tar mageia-dracut-conf-5393dedb8dc2698cc58373f2c436fd2e99eb8fc0.tar.gz mageia-dracut-conf-5393dedb8dc2698cc58373f2c436fd2e99eb8fc0.tar.bz2 mageia-dracut-conf-5393dedb8dc2698cc58373f2c436fd2e99eb8fc0.tar.xz mageia-dracut-conf-5393dedb8dc2698cc58373f2c436fd2e99eb8fc0.zip |
- drop references to ahci as it's built-in by default and causes
error message during initrd creation
- origin:
https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?r1=1191933&r2=1191935
-rw-r--r-- | 50-mageia.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/50-mageia.conf b/50-mageia.conf index a26f59d..e4649ae 100644 --- a/50-mageia.conf +++ b/50-mageia.conf @@ -4,9 +4,6 @@ i18n_vars="/etc/sysconfig/i18n:SYSFONT-FONT,SYSFONTACM-FONT_MAP,UNIMAP-FONT_UNIM # build initrd only to boot current hardware 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 |