On Mon, Apr 2, 2012 at 14:30, 686f6c6d <686f6c6d@googlemail.com> wrote:
I shortened this process by adding ipv6.disable=1 in the bootoptions.
Where can i lay this down in the xml-File and in /etc/sysconfig ?
Not sure if there is a better way via <sysconfig>, but in general - you need to uncomment/set "net.ipv6.conf.all.disable_ipv6 = 1" in /etc/sysctl.conf - BUT ipv6 would then still be enabled in autoyast's stage1 (AFAICT), - so you'd still have to type "ipv6.disable=1" at the boot prompt (or create a custom boot media, including the boot options, to avoid that).
Stupid me forgot the code: ---------- 8< ---------- <post-scripts config:type="list"> <script> <debug config:type="boolean">true</debug> <feedback config:type="boolean">false</feedback> <filename>ipv6sysctl</filename> <interpreter>shell</interpreter> <network_needed config:type="boolean">false</network_needed> <source><![CDATA[cp /etc/sysctl.conf /etc/sysctl.conf.backup sed -e "s/# \(net\.ipv6\.conf\.all\.disable_ipv6 = 1\)/\1/" /etc/sysctl.conf.backup > /etc/sysctl.conf rm /etc/sysctl.conf.backup ]]></source> </script> </post-scripts> ---------- >8 ---------- -- Kind regards 686f6c6d / Christopher 'm4z' Holm -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org