diff -Nru lxc-0.7.5/debian/changelog lxc-0.7.5/debian/changelog --- lxc-0.7.5/debian/changelog 2012-04-05 14:01:52.000000000 +0000 +++ lxc-0.7.5/debian/changelog 2012-04-17 17:50:46.000000000 +0000 @@ -1,3 +1,9 @@ +lxc (0.7.5-0ubuntu4.10.04.4) lucid; urgency=low + + * debian/fstab.{libvirt,lxc}: add shm entry (LP: #974584) + + -- Serge Hallyn Tue, 17 Apr 2012 12:48:51 -0500 + lxc (0.7.5-0ubuntu4.10.04.3) lucid; urgency=low * add lxcguest.lxc-shutdown.upstart to handle sigpwr, so that guests shut diff -Nru lxc-0.7.5/debian/fstab.libvirt lxc-0.7.5/debian/fstab.libvirt --- lxc-0.7.5/debian/fstab.libvirt 2011-08-11 19:00:44.000000000 +0000 +++ lxc-0.7.5/debian/fstab.libvirt 2012-04-17 17:50:07.000000000 +0000 @@ -4,3 +4,4 @@ none /tmp none defaults 0 0 none /lib/init/rw tmpfs mode=0755,nosuid,optional 0 0 none /var/lock tmpfs nodev,noexec,nosuid,showthrough 0 0 +none /dev/shm tmpfs nosuid,nodev 0 0 diff -Nru lxc-0.7.5/debian/fstab.lxc lxc-0.7.5/debian/fstab.lxc --- lxc-0.7.5/debian/fstab.lxc 2011-08-11 18:27:04.000000000 +0000 +++ lxc-0.7.5/debian/fstab.lxc 2012-04-17 17:47:47.000000000 +0000 @@ -4,3 +4,4 @@ #none /tmp none defaults 0 0 #none /lib/init/rw tmpfs mode=0755,nosuid,optional 0 0 #none /var/lock tmpfs nodev,noexec,nosuid,showthrough 0 0 +none /dev/shm tmpfs nosuid,nodev 0 0