Mailinglist Archive: opensuse-autoinstall (118 mails)
| < Previous | Next > |
RE: [suse-autoinstall] Disable CANCEL Button
- From: "Kugelberg, Thorsten" <thorsten.kugelberg@xxxxxxxxxxx>
- Date: Tue, 22 Oct 2002 13:00:17 +0000 (UTC)
- Message-id: <3B5A2C5E1BD09648BA02EEE58CE859E337A3AA@xxxxxxxxxxxxxxxxxxxxxxxx>
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@xxxxxx
To: suse-autoinstall@xxxxxxxx
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@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx
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@xxxxxx
To: suse-autoinstall@xxxxxxxx
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@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx
| < Previous | Next > |