[SCM] live-build branch, debian-next, updated. debian/3.0_a9-1-5-gf53aa3e

Daniel Baumann daniel at debian.org
Sun Dec 12 12:41:16 UTC 2010


The following commit has been merged in the debian-next branch:
commit f53aa3eaa8d7182e1e404b7fcd957143fc23e038
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Dec 12 13:41:08 2010 +0100

    Adding debian-installer-launcher in prebuilt images.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index da8cef4..b16d992 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -722,6 +722,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
 				;;
@@ -736,6 +737,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
 				;;
 
@@ -749,6 +751,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
 				;;
@@ -763,6 +766,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