slitaz-dev-tools rev 154 1.5

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 c7508f69c75e
children c2b0d66a9451
files tazdev/tazdev.conf
line diff
     1.1 --- a/tazdev/tazdev.conf	Tue Mar 13 09:22:05 2012 +0100
     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"