[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Fedora-livecd-list] Why --bind mount /var/cache/yum?
- From: Warren Togami <wtogami redhat com>
- To: fedora-livecd-list redhat com
- Subject: [Fedora-livecd-list] Why --bind mount /var/cache/yum?
- Date: Wed, 20 Feb 2008 17:05:40 -0500
imgcreate/creator.py:
# bind mount system directories into _instroot
for (f, dest) in [("/sys", None), ("/proc", None), ("/dev", None),
("/dev/pts", None),
(cachesrc, "/var/cache/yum")]:
self.__bindmounts.append(BindChrootMount(f, self._instroot,
dest))
Anyone know why we are --bind mounting /var/cache/yum from the host into
the chroot during install when we aren't using it?
Warren Togami
wtogami redhat com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]