From 60d87f4f918802b55d809942381d5119b50adbe1 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 3 May 2009 09:25:06 +0200
Subject: Correcting chroot call for update-initramfs in lh_chroot_hacks.

---
 helpers/lh_chroot_hacks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 03fa50b..d436faf 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -68,7 +68,7 @@ EOF
 		fi
 
 		# Update initramfs
-		Chroot "update-initramfs -k all -t -u"
+		Chroot chroot "update-initramfs -k all -t -u"
 		;;
 esac
 
-- 
cgit v1.0