On Wed, Sep 1, 2010 at 3:29 PM, James Heather <[email protected]>wrote:

>
> >I'm a bit bothered by the umount failure in your paste. Are you using
> >akmods or anything like that (from rpmfusion)? If so, you might need the
> >following hack at the end of your kickstart file to avoid the
> >(intermittent) umount problem:
>
> >%post --nochroot
> >#hack to try to stop umount probs
> >while (/usr/sbin/lsof /dev/loop* 2>/dev/null | grep -v "$0" 2>/dev/null |
> grep -q "$INSTALL_ROOT")
> >do
> >       sleep 5s
> >done
> >%end
>
> >That's completely unrelated to the NetworkManager, though, so don't
> >worry about it unless you also hit this issue.
>
>
Thank you. I will try this.



-- 
Arun S.A.G
--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to