* Kugelberg, Thorsten <thorsten.kugelberg@realtech.de> [Oct 22. 2002 15:00]:
Hello,
if I understood SuSE right, this is not possible! But in my opinion it is even more important to close the shells on tty2,5,6 and 9! I am doing this within my prescript:
kill -9 $(ps -ef | grep bash | grep tty2 | grep -v grep | awk '{ print $2 }') kill -9 $(ps -ef | grep bash | grep tty5 | grep -v grep | awk '{ print $2 }') kill -9 $(ps -ef | grep bash | grep tty6 | grep -v grep | awk '{ print $2 }') kill -9 $(ps -ef | grep lsh | grep tty9 | grep -v grep | awk '{ print $2 }')
not very nice but it works. Anas said that an option like 'noshells' will be implemented into yast. I really hope that there will be something for the cancel buttons. If I remember right, there was something like that with SuSE 7.x autoinstall...
noshells is implemented already btw. controlling the cancel button is more complicated, but someday it will be available.... Anas
Regards Thorsten
-----Original Message----- From: Joachim.Tork@gad.de To: suse-autoinstall@suse.com Sent: 22.10.2002 14:48 Subject: [suse-autoinstall] Disable CANCEL Button
Hello everybody,
I wonder if it is possible to diable the CANCEL button during installation. Does anybody know ?
Joachim
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
-- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada