On 23.02.2012 17:00, Uwe Gansert wrote:
On 23.02.2012 16:41, Hans-Joachim Ehlers wrote:
But due to a very long running autoyast init_script i thought it would never reboot. Also during this step runlevel 5 was already active
I think you can avoid that by setting /etc/sysconfig/boot RUN_PARALLEL="no"
(This is set to "no" on our site since 11.2.) If your reboot still doesn't work, try the general option forceboot in your autoyast install.xml. Did the trick for me.
Or is there a autoyast way to see the output from the various scripts during their run ?
You have good control of in and output of scripts using systemd control files. openSUSE 12.1 comes with a wide selection of them. /lib/systemd/system/YaST2-Firstboot.service provided inspiration for me, for example. check out man systemd.exec for more information about that. You could use syslogd to log the output of those scripts to a special facility -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org