Mailinglist Archive: opensuse-autoinstall (101 mails)

< Previous Next >
init scripts
  • From: discip@xxxxxxx
  • Date: Wed, 29 Mar 2006 23:17:37 +0000 (UTC)
  • Message-id: <98D8585D641AFB4488D1AE0E1B7D33FD028F337F@xxxxxxxxxxxxxxxxxxxxxxxx>
The documentation on Novell's website states that starting with SLES9, the
init-scripts tag is available.

http://forgeftp.novell.com/yast/doc/SL10.0/autoinstall/createprofile.scripts.htm
l#init.scripts

I am using SLES9 sp5, however, xmllint is not happy about the init-scripts tag
(surprise surprise) and the installer ignores it.

my autoinstall.xml looks like this:

<?xml version="1.0"?>
<!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd">
<profile xmlns="http://www.suse.com/1.0/yast2ns";
xmlns:config="http://www.suse.com/1.0/configns";>
<configure>
<scripts>
<init-scripts config:type="list">
<script>
<source><![CDATA[
/root/fixSuSE 2>&1 | tee /root/fixSuSE.out
echo "SuSE Patched for US..."
sleep 5
]]>
</source>
</script>
</init-scripts>
</scripts>
...


Has anyone else had any luck with this? Do I need a different profile.dtd (can
I get a newer one somewhere?)?

Thanks,
Paul

< Previous Next >
This Thread
Follow Ups