Hi ! I have an autoyast where my post-script takes 10 minutes (compiling+++). The problem is that it looks as if the machine hangs in the "Desktop Settings" screen. Is it possible to display what is really going on ? /JT
Hi, If you are installing in text mode, you can try this: For example: <post-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> </post-scripts> Anas jan terje tønnessen wrote:
Hi !
I have an autoyast where my post-script takes 10 minutes (compiling+++). The problem is that it looks as if the machine hangs in the "Desktop Settings" screen. Is it possible to display what is really going on ?
/JT
participants (2)
-
Anas Nashif
-
jan terje tønnessen