Mailinglist Archive: opensuse-autoinstall (101 mails)
| < Previous | Next > |
problem with an xinclude
- From: "mailing list" <fzmailinglist@xxxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2006 09:40:15 +0000 (UTC)
- Message-id: <f95da90e0603270140n15516c68vb1964c26b120d145@xxxxxxxxxxxxxx>
hi, i have a problem with an xinclude here. All of my xincludes work fine
(normally) but im having a problem with the include of sysconfig. heres my
configuration:
default.xml:
<?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" xmlns:xinclude="
http://www.w3.org/2001/XInclude">
<xinclude:include href="
http://192.168.100.19/autoyast/includes/bootloader.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/users.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/groups"/>
<xinclude:include href="
http://192.168.100.19/autoyast/includes/sysconfig.xml"/>
<xinclude:include href="
http://192.168.100.19/autoyast/includes/files-ldap.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/firewall.xml
"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/local.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/inetd.xml"/>
......
and so on.
everything worked fine .. i just wanted to integrate a sysconfig.
Heres my sysconfig.xml:
<sysconfig config:type="list" xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.
0/configns" xmlns:xinclude="http://www.w3.org/2001/XInclude">
<sysconfig_entry>
<sysconfig_key>RUN_PARALLEL</sysconfig_key>
<sysconfig_path>/etc/sysconfig/boot</sysconfig_path>
<sysconfig_value>no</sysconfig_value>
</sysconfig_entry>
</sysconfig>
For me everything looks ok. But i cant really find the mistake im making.
checked everything about 10 times allready.
any help would be nice.
mfg Florian.
(normally) but im having a problem with the include of sysconfig. heres my
configuration:
default.xml:
<?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" xmlns:xinclude="
http://www.w3.org/2001/XInclude">
<xinclude:include href="
http://192.168.100.19/autoyast/includes/bootloader.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/users.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/groups"/>
<xinclude:include href="
http://192.168.100.19/autoyast/includes/sysconfig.xml"/>
<xinclude:include href="
http://192.168.100.19/autoyast/includes/files-ldap.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/firewall.xml
"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/local.xml"/>
<xinclude:include href="http://192.168.100.19/autoyast/includes/inetd.xml"/>
......
and so on.
everything worked fine .. i just wanted to integrate a sysconfig.
Heres my sysconfig.xml:
<sysconfig config:type="list" xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.
0/configns" xmlns:xinclude="http://www.w3.org/2001/XInclude">
<sysconfig_entry>
<sysconfig_key>RUN_PARALLEL</sysconfig_key>
<sysconfig_path>/etc/sysconfig/boot</sysconfig_path>
<sysconfig_value>no</sysconfig_value>
</sysconfig_entry>
</sysconfig>
For me everything looks ok. But i cant really find the mistake im making.
checked everything about 10 times allready.
any help would be nice.
mfg Florian.
| < Previous | Next > |