[SCM] live-config branch, debian-next, updated. debian/3.0.4-1-1-gaa446fc

Daniel Baumann daniel at debian.org
Sun Sep 2 06:23:07 UTC 2012


The following commit has been merged in the debian-next branch:
commit aa446fcf97df8a9201dfee76c433bbb264f28c63
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 2 08:23:04 2012 +0200

    Skipping gdm script inclusion on newer debian and progress releases than squeeze.

diff --git a/bin/live-config-update b/bin/live-config-update
index 4797648..876cba9 100755
--- a/bin/live-config-update
+++ b/bin/live-config-update
@@ -44,6 +44,10 @@ case "${_DISTRIBUTION}" in
 			squeeze)
 				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth"
 				;;
+
+			*)
+				NOSCRIPTS="${NOSCRIPTS} gdm"
+				;;
 		esac
 		;;
 
@@ -59,6 +63,10 @@ case "${_DISTRIBUTION}" in
 			artax|artax-backports)
 				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth sudo"
 				;;
+
+			*)
+				NOSCRIPTS="${NOSCRIPTS} gdm"
+				;;
 		esac
 		;;
 

-- 
live-config



More information about the debian-live-changes mailing list