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...
Regards
Thorsten
-----Original Message-----
From: Joachim.Tork(a)gad.de
To: suse-autoinstall(a)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(a)suse.com
For additional commands, e-mail: suse-autoinstall-help(a)suse.com