From 23095f18b39f4687b0230f98293dcff8dff9a938 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 30 Nov 2018 17:26:17 +0100 Subject: include nfs dracut module --- images/NEWS | 2 ++ images/dracut.conf | 2 +- images/make_boot_img | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/NEWS b/images/NEWS index ad9f00c36..a7a7c1907 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include NFS tools (support NFSv4, ...) + Version 2.54 - 17 November 2018 by Martin Whitaker - list_modules: don't include vboxvideo (mga#23467) diff --git a/images/dracut.conf b/images/dracut.conf index a1fd05e18..61b2e5636 100644 --- a/images/dracut.conf +++ b/images/dracut.conf @@ -1,4 +1,4 @@ hostonly=no nofscks=yes -omit_dracutmodules+=" dash modsign systemd plymouth btrfs crypt lvm cifs resume rootfs-block biosdevname usrmount shutdown network " +omit_dracutmodules+=" dash modsign systemd plymouth btrfs crypt lvm cifs resume rootfs-block biosdevname usrmount shutdown " compress=xz diff --git a/images/make_boot_img b/images/make_boot_img index accf8aef3..d24300584 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 "; + 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