# HG changeset patch # User Stanislas Leduc # Date 1387611674 -3600 # Node ID aff1e1277a0639e82399eb8553d8505f087a0d9c # Parent 25f390915f8a8e6349eac04fe3d371c3c8e819bd linux-lxc: modify post_install() for update /etc/fstab diff -r 25f390915f8a -r aff1e1277a06 linux-lxc/receipt --- a/linux-lxc/receipt Sat Dec 21 08:21:50 2013 +0100 +++ b/linux-lxc/receipt Sat Dec 21 08:41:14 2013 +0100 @@ -24,6 +24,9 @@ # Pre and post install commands for Tazpkg. post_install() { + echo "Update /etc/fstab for use cgroup..." + echo "none /cgroup cgroup defaults 0 0" >> /etc/fstab + echo "Processing post-install commands..." chroot "$1/" depmod -a $VERSION-lxc-slitaz # GRUB stuff.