RE: [suse-autoinstall] Disable CANCEL Button
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@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
* 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
* 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.
In your development version or in the version shipped with SuSE 8.1? Is it a kernel/linuxrc option? How do/can we use it?
controlling the cancel button is more complicated, but someday it will be available.... Anas
Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
* Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de> [Oct 23. 2002 10:43]:
* 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.
In your development version or in the version shipped with SuSE 8.1? 8.1 Is it a kernel/linuxrc option? How do/can we use it?
on the kernel command line: noshell=1 or in the old style info file which controls linuxrc. Anas
controlling the cancel button is more complicated, but someday it will be available.... Anas
Ciao, Marcel
---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
-- 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
participants (3)
-
Anas Nashif
-
Kugelberg, Thorsten
-
Marcel Ritter