Running buildinstall from RHEL 3 Update 3's anaconda-runtime, the script does not check $? for each command it runs. If a loopback mount fails, it just keeps on going like nothing is wrong.
Have any updates to anaconda-runtime for RHEL 3 fixed these issues? I wasted a ton of time because buildinstall's loopback mounts were failing and I finally remembered why. We have /tmp mounted as tmpfs by default in our environment and loopback mounts don't work if you try to mount -o loop to /tmp/makebootdisk.tree.19705, for example. I've rebooted with tmpfs disabled in order to run buildinstall.
Are patches accepted for RHEL 3's anaconda-runtime or only for CVS head? Thanks.
/Brian/
anaconda-devel@lists.fedoraproject.org