summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2026-01-23 20:51:30 +0200
committerJani Välimaa <wally@mageia.org>2026-01-23 20:51:30 +0200
commitc94fa6601f417342c0c5bd4566bd335fc72e3ee3 (patch)
treed22c3f1100ed30ed06545cd67fed5685d80ef20a /images
parentbcd4a181d1a91820073427d64e5e12f1f33fe78c (diff)
downloaddrakx-c94fa6601f417342c0c5bd4566bd335fc72e3ee3.tar
drakx-c94fa6601f417342c0c5bd4566bd335fc72e3ee3.tar.gz
drakx-c94fa6601f417342c0c5bd4566bd335fc72e3ee3.tar.bz2
drakx-c94fa6601f417342c0c5bd4566bd335fc72e3ee3.tar.xz
drakx-c94fa6601f417342c0c5bd4566bd335fc72e3ee3.zip
Revert "images: drop unneeded network-legacy dracut module"
Diffstat (limited to 'images')
-rw-r--r--images/NEWS3
-rwxr-xr-ximages/make_boot_img2
2 files changed, 1 insertions, 4 deletions
diff --git a/images/NEWS b/images/NEWS
index 67ecdfbd6..4b5e026d0 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,6 +1,3 @@
-- 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 508f60294..e9bb0700c 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 nfs ";
+ my $modules = " mgainstaller network-legacy nfs ";
my $drivers = `perl ../kernel/modules.pl list_needed_modules $kernel | xargs`;
my $fakedrivers = `perl ../kernel/modules.pl list_fake_modules $kernel | xargs`;