Create popup window with prescript
Hi all I am using Autoyast2 with SuSE 8.1. I am use a prepartitioned System. I want to check if there is a swap-partition available. I know i can do this by using a prescript, but how can i create a installation stop with a popup message? thanks! bye Alexander
* Alexander.Gehrig@RSD.rohde-schwarz.com <Alexander.Gehrig@RSD.rohde-schwarz.com> [Mar 17. 2003 10:52]:
Hi all
I am using Autoyast2 with SuSE 8.1. I am use a prepartitioned System. I want to check if there is a swap-partition available. I know i can do this by using a prescript, but how can i create a installation stop with a popup message?
This wont be possible with a popup. An option is to use text based installation (textmode=1) and use chvt (man chvt ) in the script. For example: <pre-scripts config:type="list"> <script> <filename>pre.sh</filename> <interpreter>shell</interpreter> <source> <![CDATA[#!/bin/sh /usr/bin/chvt 3 exec < /dev/tty3 > /dev/tty3 echo "Running pre-install script" ls -lR /tmp /usr/bin/chvt 1 ]]> </source> </script> </pre-scripts> Anas
thanks!
bye
Alexander
-- 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 (2)
-
Alexander.Gehrig@RSD.rohde-schwarz.com
-
Anas Nashif