summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-11-30 17:26:17 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-11-30 20:50:41 +0100
commit23095f18b39f4687b0230f98293dcff8dff9a938 (patch)
tree38b416e53d9177508d353ad91f276a4ac1b65b79 /images/make_boot_img
parent6193f67f75b3d9143da2f5ba8d6a9a97044adf18 (diff)
downloaddrakx-23095f18b39f4687b0230f98293dcff8dff9a938.tar
drakx-23095f18b39f4687b0230f98293dcff8dff9a938.tar.gz
drakx-23095f18b39f4687b0230f98293dcff8dff9a938.tar.bz2
drakx-23095f18b39f4687b0230f98293dcff8dff9a938.tar.xz
drakx-23095f18b39f4687b0230f98293dcff8dff9a938.zip
include nfs dracut module
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
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`;