[Debian-live-changes] r1062 - dists/trunk/live-helper/functions
    Daniel Baumann 
    daniel at alioth.debian.org
       
    Sun Apr 15 16:10:31 UTC 2007
    
    
  
Author: daniel
Date: 2007-04-15 16:10:31 +0000 (Sun, 15 Apr 2007)
New Revision: 1062
Modified:
   dists/trunk/live-helper/functions/defaults.sh
Log:
Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-04-15 16:09:03 UTC (rev 1061)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-04-15 16:10:31 UTC (rev 1062)
@@ -420,6 +420,10 @@
 	for LIST in ${LIVE_PACKAGES_LISTS}
 	do
 		case "${LIST}" in
+			mini|minimal)
+				LH_APT="apt-get"
+				;;
+
 			gnome-desktop)
 				LIVE_PACKAGES_LISTS="`echo ${LIVE_PACKAGES_LISTS} | sed -e 's/gnome-desktop//'` standard-x11"
 				LIVE_TASKS="`echo ${LIVE_TASKS} | sed -e 's/standard//' -e 's/laptop//' -e 's/gnome-desktop//' -e 's/desktop//'` standard laptop desktop gnome-desktop"
    
    
More information about the Debian-live-changes
mailing list