# HG changeset patch # User Stanislas Leduc # Date 1387611656 -3600 # Node ID 6c04939f80d7bae59bb1bf2a2c154c422f36c95e # Parent d0c4b912827ae66a5acea1c5127f37cf2b85ec29 linux-lxc: modify post_install() for update /etc/fstab diff -r d0c4b912827a -r 6c04939f80d7 linux-lxc/receipt --- a/linux-lxc/receipt Sat Dec 21 08:21:32 2013 +0100 +++ b/linux-lxc/receipt Sat Dec 21 08:40:56 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.