From bcd4a181d1a91820073427d64e5e12f1f33fe78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Wed, 21 Jan 2026 21:28:28 +0200 Subject: images: drop unneeded network-legacy dracut module --- images/NEWS | 3 +++ images/make_boot_img | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 4b5e026d0..67ecdfbd6 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,6 @@ +- drop unneeded network-legacy dracut module now when dracut is patched to not + pull it with nfs when mgainstaller is included + Version 2.94 - 24 November 2025 by Martin Whitaker - restore 'Memory Test' in boot images 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`; -- cgit v1.2.1