Miguel Beccari wrote:

>
>
> %pre
>
> echo "Bla bla bla.....";
> echo -n "Answer (yes | no | later)";
> read chiave
> while ( test -z $chiave ); do
>        read chiave
> done;
>


OK. In the docs I read:

There are certain caveats about these scripts which you should take into 
account. Number one, each must fit inside a 8192 buffer, and number two, 
they should be non-interactive. Anything which requires manual input 
from the user is wrong, as this will break non-interactive RPM 
installation procedures.






Regards,

Miguel Beccari


Reply via email to