[SCM] debian-live/live-helper branch, master, updated. 1.0_a31-1-5-gd1978af
Daniel Baumann
daniel at debian.org
Fri Oct 12 14:11:48 UTC 2007
The branch, master has been updated
via d1978af30a441c5e2d437cbfd7db870d070bd2e2 (commit)
from f712678141476a6675168ef967e1676d02a6700b (commit)
- Shortlog ------------------------------------------------------------
d1978af Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual value at build-time (Closes: #446306).
Summary of changes:
functions/defaults.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit d1978af30a441c5e2d437cbfd7db870d070bd2e2
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Oct 12 16:11:44 2007 +0200
Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual value at build-time (Closes: #446306).
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
--
debian-live/live-helper
More information about the debian-live-changes
mailing list