summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-04-28 17:22:21 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-04-28 23:14:58 +0200
commit9f4e8e60701616c3ecc5421b178a063635c3733c (patch)
tree5154281313fcf96f116fce574d70ff08c9d74098 /images/make_boot_img
parentb1402fa96fb4bfd0024a1142b1c461a7dea259f5 (diff)
downloaddrakx-9f4e8e60701616c3ecc5421b178a063635c3733c.tar
drakx-9f4e8e60701616c3ecc5421b178a063635c3733c.tar.gz
drakx-9f4e8e60701616c3ecc5421b178a063635c3733c.tar.bz2
drakx-9f4e8e60701616c3ecc5421b178a063635c3733c.tar.xz
drakx-9f4e8e60701616c3ecc5421b178a063635c3733c.zip
perl_checker cleanups
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 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