diff options
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 fc843984d..32f9cab37 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -155,7 +155,7 @@ sub initrd { if ($ENV{DEBUGSTAGE1} || $ENV{BUILD_KA}) { $modules="$modules busybox "; } - $modules="$modules mgakadeploy " if ($ENV{BUILD_KA}); + $modules="$modules mgakadeploy " if $ENV{BUILD_KA}; mkdir_p("build/dracut.conf.d"); # TODO if --nofscks and --no-hostonly are switched, dracut gives an error - fix or report upstream |