From 9f4e8e60701616c3ecc5421b178a063635c3733c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Apr 2016 17:22:21 +0200 Subject: perl_checker cleanups --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') 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 -- cgit v1.2.1