[Fedora-livecd-list] bindmounts not mounted

Mark McLoughlin markmc at redhat.com
Tue Apr 3 11:07:02 UTC 2007


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.




More information about the livecd mailing list