imgcreate/creator.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 553761bd6a5ad1ac672319bad5d873a39386424d
Author: Jeremy Katz <ka...@redhat.com>
Date:   Tue Jun 9 15:14:27 2009 -0400

    Bind mount /dev/shm also (#502921)

diff --git a/imgcreate/creator.py b/imgcreate/creator.py
index 823afc5..1f8971f 100644
--- a/imgcreate/creator.py
+++ b/imgcreate/creator.py
@@ -517,7 +517,7 @@ class ImageCreator(object):
 
         # bind mount system directories into _instroot
         for (f, dest) in [("/sys", None), ("/proc", None),
-                          ("/dev/pts", None),
+                          ("/dev/pts", None), ("/dev/shm", None),
                           (cachesrc, "/var/cache/yum")]:
             self.__bindmounts.append(BindChrootMount(f, self._instroot, dest))
 


--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to