# HG changeset patch # User Pascal Bellard # Date 1329216984 -3600 # Node ID 351f7d2da327af709c26f7fca728e08bef99cd0d # Parent 38fabb0506550b433b73a243c39c0cf3416debae cook.conf: update AUFS_MOUNTS diff -r 38fabb050655 -r 351f7d2da327 cook.conf --- a/cook.conf Mon Feb 13 19:21:35 2012 +0100 +++ b/cook.conf Tue Feb 14 11:56:24 2012 +0100 @@ -66,5 +66,5 @@ # List of packages installed by cook or the Cooker setup. SETUP_PKGS="slitaz-toolchain slitaz-dev-pkgs intltool gettext bzip2 aufs-utils aufs" -# List of filesystems into the aufs chroot (to protect / again modifications) -AUFS_MOUNTS="/ /proc /sys /dev/shm /home" +# List of filesystems into the aufs chroot (to protect / against modifications) +AUFS_MOUNTS="/ /proc /sys /dev/shm /dev/pts /home"