[Fedora-livecd-list] imgcreate/creator.py

Jeremy Katz katzj at fedoraproject.org
Tue Jun 9 19:14:41 UTC 2009


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

New commits:
commit 553761bd6a5ad1ac672319bad5d873a39386424d
Author: Jeremy Katz <katzj at 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))
 





More information about the Fedora-livecd-list mailing list