On Tue, 14 Dec 1999, Dara Hazeghi wrote:
[..]
> Another point:
> cooker does not replace the RedHat init scripts properly, in asmuch as I
> still get: booting RedHat when I boot. Ideas?
> 
> Dara

Not a pretty one,

for i in `rpm -qa --qf %{NAME}`; do
        rpm -q --qf %{RELEASE}|grep mdk || rpm -Uhv --oldpackage --force \
                $i*.rpm
done


Reply via email to