]> git.proxmox.com Git - mirror_lxc.git/commit
oracle template: mount /dev/shm as tmpfs
authorDwight Engen <dwight.engen@oracle.com>
Tue, 21 May 2013 15:34:45 +0000 (11:34 -0400)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 22 May 2013 01:32:22 +0000 (20:32 -0500)
commit65be441e0892b45000b9b3863d407539e56e47a4
tree1a64e2f417d40743d8efbb2f80d0f1b01d6b3248
parent481624b37b37ffa98b735cf3f94e35d1fbd729e0
oracle template: mount /dev/shm as tmpfs

sem_open(3) checks that /dev/shm is SHMFS_SUPER_MAGIC. Normally /dev/shm
is mounted in the initramfs created by dracut, but that won't be run for
a container so make sure that rc.sysinit mounts /dev/shm.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-oracle.in