[opensuse-autoinstall] classes
Hello, i wan't use classes in my profile.xml, for installing additional software and some scripts, depending on departments. But the autoyast doesn't fetch the additional software and scripts. Where is my fault? I have the following structur: myStart.xml <?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <classes config:type="list"> <class> <class_name>additionalsoftware</class_name> <configuration>software.xml</configuration> </class> </classes> <software> <packages config:type="list"> <package>all packages</package> <patterns config:type="list"> <pattern>all patterns</pattern> </software> <scripts> <init-scripts config:type="list" > <script> <interpreter>shell</interpreter> <location>nfs://192.168.0.2/installation/autoinstall/w-scripts/init_install_db2.sh</location> <filename>init_install_db2.sh</filename> </script> </init-scripts> </scripts> </profile> In the folder classes/additonalsotware i have the software.xml <?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <software> <post-packages config:type="list"> <package>psw_basis</package> <package>psw_ab1000</package> <package>psw_fb1000</package> <package>psw_winbasis</package> <package>psw_winab1000</package> <package>psw_winfb1000</package> </post-packages> </software> <scripts> <chroot-scripts config:type="list"> <script> <chrooted config:type="boolean">true</chrooted> <interpreter>shell</interpreter> <filename>init-parity.sh</filename> <source> <![CDATA[ !#/bin/sh mkdir /home/abfb ln -sf /home/abfb /usr/parity ]]> </source> </script> </chroot-scripts> </scripts> </profile> Georg -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Sunday 17 August 2008, georg.wallner@ead-systeme.de wrote:
<?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <classes config:type="list"> <class> <class_name>additionalsoftware</class_name> <configuration>software.xml</configuration> </class> </classes> <software> <packages config:type="list"> <package>all packages</package>
missing </packages>
<patterns config:type="list"> <pattern>all patterns</pattern>
missing </patterns> -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "Light & Dark" by mind.in.a.box -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hello, Am Montag, 18. August 2008 17:11:10 schrieb Uwe Gansert:
On Sunday 17 August 2008, georg.wallner@ead-systeme.de wrote:
<?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <classes config:type="list"> <class> <class_name>additionalsoftware</class_name> <configuration>software.xml</configuration> </class> </classes> <software> <packages config:type="list"> <package>all packages</package>
missing </packages> it's not missing.
<patterns config:type="list"> <pattern>all patterns</pattern>
missing </patterns>
the same, it's not misssing, just didn't copy the endtab. But I'm missing the /usr/share/autoinstall/dtd folder. Do I need them, or not? It is not in the autoyast2-installation-2.16.18-4.1 and autoyast2-2.16.18-4.1 packages. I use OpenSuSE 11.0
-- ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "Light & Dark" by mind.in.a.box
Georg -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (3)
-
Georg Wallner
-
georg.wallner@ead-systeme.de
-
Uwe Gansert