[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Fedora-livecd-list] bindmounts not mounted
- From: Mark McLoughlin <markmc redhat com>
- To: fedora-livecd-list redhat com
- Subject: Re: [Fedora-livecd-list] bindmounts not mounted
- Date: Tue, 03 Apr 2007 12:07:02 +0100
Hi Alexandre,
On Tue, 2007-04-03 at 12:55 +0200, Alexandre Magaz Graça wrote:
> Hi,
> I've been trying to build a live cd with the last pilgrim version (git)
> and it seems that bindmounts doesn't get mounted. This is the output I
> get at the package installing stage:
Strange I didn't see this problem in my testing but ...
>
> diff --git a/creator/livecd-creator b/creator/livecd-creator
> index 9a00946..7eac113 100755
> --- a/creator/livecd-creator
> +++ b/creator/livecd-creator
> @@ -409,6 +409,9 @@ class InstallationTarget:
> (self.build_dir + "/yum-cache",
> "/var/cache/yum")]:
> self.bindmounts.append(BindChrootMount(f, self.build_dir +
> "/install_root", dest))
>
> + for b in self.bindmounts:
> + b.mount()
> +
... you're absolutely right, we need this ... I managed to drop the
actual mount() call ...
Thanks,
Mark.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]