slitaz-dev-tools diff tazdev/tazdev.conf @ rev 154

tazdev: use packages to build a minimal chroot
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 09:54:24 2012 +0100 (2012-03-13)
parents e5651c09cd2e
children 116c7b18fea2
line diff
     1.1 --- a/tazdev/tazdev.conf	Sat May 07 20:43:59 2011 +0000
     1.2 +++ b/tazdev/tazdev.conf	Tue Mar 13 09:54:24 2012 +0100
     1.3 @@ -11,10 +11,10 @@
     1.4  PROJECTS="$HOME/Projects"
     1.5  
     1.6  # Install chroot with packages
     1.7 -ROOTFS_PKG="no"
     1.8 +ROOTFS_PKG="yes"
     1.9  
    1.10 -# Packages for chroot
    1.11 -CHROOT_PKGS="busybox libtaz tazwok tazchroot tazpkg slitaz-base-files lzma"
    1.12 +# Packages to generate a minimal chroot
    1.13 +CHROOT_PKGS="busybox libtaz cookutils tazpkg slitaz-base-files lzma"
    1.14  
    1.15  # Main mirror to push and download (ISO, rootfs. etc).
    1.16  MIRROR="mirror.slitaz.org"