Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=3a5bd88adae61cf2e2dd375f692cfaf6ac0d43e7

commit 3a5bd88adae61cf2e2dd375f692cfaf6ac0d43e7
Author: Baste <ba...@frugalware.org>
Date:   Tue Nov 15 16:38:42 2011 +0100

Add TREE Gnometesting

diff --git a/bin/create-rootfs b/bin/create-rootfs
index fd56501..72a6af7 100755
--- a/bin/create-rootfs
+++ b/bin/create-rootfs
@@ -83,6 +83,11 @@ if [ $TREE == "stable" ]; then
echo "[frugalware]" > pacman-g2.conf
fi
echo "Server = $MIRROR/frugalware-$TREE/frugalware-$ARCH" >> pacman-g2.conf
+## For Tree Gnometesting
+if [ $TREE == "gnometesting"]; then
+       echo "[gnometesting]" > pacman-g2.conf
+       echo "Server = 
http://ftp.frugalware.org/pub/other/people/bouleetbil/$TREE/frugalware-$ARCH"; 
>> pacman-g2.conf
+fi
eval PACKAGES=\$INST_${APPSGROUP}_APPS
pacman -Sy $PACKAGES -r "$CHROOTDIR" --noconfirm --config pacman-g2.conf
## Solve problem with kernel
diff --git a/config.dev b/config.dev
index 60a0a8f..85f84c2 100644
--- a/config.dev
+++ b/config.dev
@@ -1,16 +1,16 @@
# Arch for Fwlive
ARCH=`uname -m`

-# Tree of Frugalware (current or stable)
-# for the moment one choice (current)
+# Tree of Frugalware (current or stable or gnometesting)
+# for the moment one choice (current, gnometesting)
# choice stable after 1.6
TREE="current"

# Select FWLive profile, the following ones are available:
# * MIN (Group Base + fwife)
# * GNOME ( Group Gnome + Base + fwife )
-# * KDE ( Group KDE + Base + fwife )
-# * XFCE ( Group XFCE + Base + fwife + some recommended apps )
+# * KDE ( Group KDE + Base + fwife ) ( Not available for tree Gnometesting)
+# * XFCE ( Group XFCE + Base + fwife + some recommended apps ) ( Not available 
for tree Gnometesting)
APPSGROUP="MIN"

# root filesystem size (compressed free space is cheap!)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to