[Fedora-livecd-list] Getting around the anaconda bug

James Heather j.heather at surrey.ac.uk
Wed Sep 1 10:24:48 UTC 2010


>         >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. 

By the way, you'll need to make sure you have lsof installed on the
host.




More information about the livecd mailing list