On Tue, Mar 16, 2010 at 10:27 AM, Uwe Gansert <ug@suse.de> wrote:
on Tuesday 16 March 2010 Mike Coleman wrote:
* My 'services' block seems to be ignored entirely. In particular, I'm unable to start sshd this way.
yast2-runlevel package is installed?
That did it! Did I miss the doc on this? Is there any way to tell which packages I have to install to enable which sections?
* For each kind of script, only the first one seems to be run. That is, if I provide two post-scripts, the second isn't being run. It seems like they all should be run.
that's new to me. Can you post your XML file?
Here's an example scripts section. I can send the whole thing if need be. For this, the script seems to have been unpacked into /var/adm/autoinstall, but there is no evidence that I can find (during the install or in the logs or the existence of the touched file) that it was run. <scripts> <pre-scripts config:type="list"> <script> <location>http://pxe/autoyast/preinstall.bash</location> <feedback config:type="boolean">true</feedback> <feedback_type>error</feedback_type> <debug config:type="boolean">false</debug> </script> </pre-scripts> <post-scripts config:type="list"> <script> <location>http://pxe/autoyast/postinstall.bash</location> <feedback config:type="boolean">true</feedback> <feedback_type>error</feedback_type> <debug config:type="boolean">false</debug> </script> <script> <source> <![CDATA[ echo "testing second post-install script" touch /post-install-test-2 ]]> </source> <feedback config:type="boolean">true</feedback> <feedback_type>error</feedback_type> <debug config:type="boolean">true</debug> </script> </post-scripts> </scripts> In a previous version the first script was a CDATA script and the second was by location. That aspect doesn't seem to be the cause.
* The 'networking' block needs more documentation on how to set up static addresses.
It doesn't have to be elaborate. Just pasting in a second example showing a simple static IP case would get us about 70% there... Thanks very much for your quick response! Mike -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org