[SCM] debian-live/live-helper branch, master, updated. 1.0_a37-2-46-g7d2d532

Otavio Salvador otavio at ossystems.com.br
Fri Feb 8 14:30:22 UTC 2008


The following commit has been merged in the master branch:
commit 7d2d532f70a0fef97b919d39ff29d2a920e9c3c2
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Feb 7 18:31:35 2008 -0200

    bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to minimal
    
    Since debootstrap 1.0.8 there's a variant called minbase that installs
    just essentials packages so base's size is greatly reduced. Use this
    variant when producing reduced images.

diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap
index 8bfdd6b..a9eb7d0 100755
--- a/helpers/lh_bootstrap_debootstrap
+++ b/helpers/lh_bootstrap_debootstrap
@@ -93,13 +93,13 @@ then
 	then
 		case "${LH_PACKAGES_LISTS}" in
 			stripped|minimal)
-				DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=buildd"
+				DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase"
 				;;
 		esac
 	else
 		case "${LH_BOOTSTRAP_FLAVOUR}" in
 			stripped|minimal)
-				DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=buildd"
+				DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase"
 				;;
 
 			*)

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list