Delay Before RPM Installs
I wanted the user to have a chance to abort an install, for the ones that insist on using rpm
vs yum
.
%if <something> %else %global fake %%(for i in {1..100}; do echo " "; done) %{echo:%{fake}WARNING: RPM will not properly require vendor drivers! } %global fake %%(for i in {1..5}; do echo " "; done) %{echo:%{fake}} %global fake %(sleep 10) %endif
Comments
No comments.