From 2a5637facdd807d7724251a9983d4c90a676c5c3 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 12 Oct 2007 16:11:44 +0200
Subject: Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an
 actual value at build-time (Closes: #446306).

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 994bc2b..1f7629b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -542,7 +542,7 @@ Set_defaults ()
 	then
 		case "${LH_MODE}" in
 			debian|debian-edu)
-				LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6"
+				LH_LINUX_PACKAGES="linux-image-2.6 \${LH_UNION_FILESYSTEM}-modules-2.6"
 
 				if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
 				then
-- 
cgit v1.0