summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index 0bb940fd1..a151e5f4b 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -104,7 +104,7 @@ sub initrd {
my $tmp = "$ENV{HOME}/tmp/initrd";
my $tar = "";
my $katarball = "stage1-with-kadeploy";
- if ($arch eq "x86_64") {$katarball = $katarball . "x86_64";}
+# if ($arch eq "x86_64") {$katarball = $katarball . "x86_64";}
if ($type eq "ka") {
$tar = "$instdir/stage1-data/" . $katarball . ".tar.bz2";