diff options
| author | Jani Välimaa <wally@mageia.org> | 2026-01-21 21:28:28 +0200 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2026-01-21 21:30:22 +0200 |
| commit | bcd4a181d1a91820073427d64e5e12f1f33fe78c (patch) | |
| tree | ade61a91abb3ed1365a7231f802754d516adbe1b /images/make_boot_img | |
| parent | cc43fcc73c1a9046b7323e786511dab31b6264fc (diff) | |
| download | drakx-bcd4a181d1a91820073427d64e5e12f1f33fe78c.tar drakx-bcd4a181d1a91820073427d64e5e12f1f33fe78c.tar.gz drakx-bcd4a181d1a91820073427d64e5e12f1f33fe78c.tar.bz2 drakx-bcd4a181d1a91820073427d64e5e12f1f33fe78c.tar.xz drakx-bcd4a181d1a91820073427d64e5e12f1f33fe78c.zip | |
images: drop unneeded network-legacy dracut module
Diffstat (limited to 'images/make_boot_img')
| -rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index e9bb0700c..508f60294 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -146,7 +146,7 @@ sub initrd { my ($img, $kernel) = @_; my $stage1_binary = $ENV{USE_LOCAL_STAGE1} ? trim(`realpath ../mdk-stage1/stage1`) : ""; my $init_binary = $ENV{USE_LOCAL_STAGE1} ? trim(`realpath ../mdk-stage1/init`) : ""; - my $modules = " mgainstaller network-legacy nfs "; + my $modules = " mgainstaller nfs "; my $drivers = `perl ../kernel/modules.pl list_needed_modules $kernel | xargs`; my $fakedrivers = `perl ../kernel/modules.pl list_fake_modules $kernel | xargs`; |
