cookutils diff cook.conf @ rev 287

Enable aufs by default
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 13 19:21:35 2012 +0100 (2012-02-13)
parents c734b58c9a91
children 351f7d2da327
line diff
     1.1 --- a/cook.conf	Tue May 24 02:36:44 2011 +0200
     1.2 +++ b/cook.conf	Mon Feb 13 19:21:35 2012 +0100
     1.3 @@ -64,4 +64,7 @@
     1.4  GNOME_MIRROR="http://ftp.gnome.org/pub/GNOME/sources"
     1.5  
     1.6  # List of packages installed by cook or the Cooker setup.
     1.7 -SETUP_PKGS="slitaz-toolchain slitaz-dev-pkgs intltool gettext bzip2"
     1.8 +SETUP_PKGS="slitaz-toolchain slitaz-dev-pkgs intltool gettext bzip2 aufs-utils aufs"
     1.9 +
    1.10 +# List of filesystems into the aufs chroot (to protect / again modifications) 
    1.11 +AUFS_MOUNTS="/ /proc /sys /dev/shm /home"