Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual value at build-time (Closes: #446306).
This commit is contained in:
parent
f712678141
commit
d1978af30a
|
@ -542,7 +542,7 @@ Set_defaults ()
|
||||||
then
|
then
|
||||||
case "${LH_MODE}" in
|
case "${LH_MODE}" in
|
||||||
debian|debian-edu)
|
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" ]
|
if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue