Mailinglist Archive: opensuse-autoinstall (46 mails)
| < Previous | Next > |
[opensuse-autoinstall] Classes do not work in 11.1 autoyast installation
- From: mwani@xxxxxxxxxx
- Date: Tue, 13 Jan 2009 08:56:54 +0100
- Message-id: <20090113085654.85716qpmx4b7ahcs@xxxxxxxxxxxxxxx>
Hi,
I want to use classes in my autoyast installation. With the 'autoyast' parameter
I'm loading the xml-file:
<?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>default</class_name>
<configuration>software.xml</configuration>
</class>
<class>
<class_name>laptop</class_name>
<configuration>partitions.xml</configuration>
</class>
</classes>
</profile>
I'm booting the client via PXE boot.
I can see in the log file of the http server, that the client
fetches the xml file. But in contrast the client does not even try
to load the class files. I can not see an obvious error in the y2log file.
With 10.3 that procedure worked that way. With 11.1 it has broken for me.
Any hints are appreciated.
thanks,
Michael Wanitschek
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I want to use classes in my autoyast installation. With the 'autoyast' parameter
I'm loading the xml-file:
<?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>default</class_name>
<configuration>software.xml</configuration>
</class>
<class>
<class_name>laptop</class_name>
<configuration>partitions.xml</configuration>
</class>
</classes>
</profile>
I'm booting the client via PXE boot.
I can see in the log file of the http server, that the client
fetches the xml file. But in contrast the client does not even try
to load the class files. I can not see an obvious error in the y2log file.
With 10.3 that procedure worked that way. With 11.1 it has broken for me.
Any hints are appreciated.
thanks,
Michael Wanitschek
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |