[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.9-1-3-gbc1b75b

Daniel Baumann daniel at debian.org
Sun Dec 12 12:42:14 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit bc1b75b6016473cbee9f16c21bf73b60a5fd68de
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Dec 12 13:42:07 2010 +0100

    Adding debian-installer-launcher in prebuilt images.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 8f556a8..aee2a3c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -728,6 +728,7 @@ Set_defaults ()
 
 					*)
 						LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
+						LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
 						;;
 				esac
 				;;
@@ -742,6 +743,7 @@ Set_defaults ()
 
 					*)
 						LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop"
+						LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
 				esac
 				;;
 
@@ -755,6 +757,7 @@ Set_defaults ()
 
 					*)
 						LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop"
+						LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
 						;;
 				esac
 				;;
@@ -769,6 +772,7 @@ Set_defaults ()
 
 					*)
 						LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop"
+						LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
 						;;
 				esac
 				;;

-- 
live-build



More information about the debian-live-changes mailing list