Mailinglist Archive: opensuse-autoinstall (109 mails)

< Previous Next >
configure section does not run
  • From: Brad Hudson <brad.hudson@xxxxxxxxx>
  • Date: Fri, 24 Sep 2004 20:56:50 +0000 (UTC)
  • Message-id: <4b3b458704092413551ac4628c@xxxxxxxxxxxxxx>
Hi all:

I'm booting to an http install and loading an xml file via http. The
prepare and install portions of the "Auto-Installation Process" work,
but the configure section gets skipped (see auto-installation process
in the autoyast.pdf <figure 1.1>). The entire configure portion of
the xml file (elb_x345.xml...below) is skipped. Has anyone run into
this one before?

I apologize for the large paste, but it should help.

Brad

Paste of elb_x345.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";>
<configure>
<runlevel>
<services config:type="list">
<service>
<service_name>alsasound</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>boot.device-mapper</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>boot.isapnp</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>boot.lvm</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>boot.md</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>boot.sysctl</service_name>
<service_status>enable</service_status>
</service>
<service>
<service_name>isdn</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>nfs</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>nfsboot</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>nscd</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>portmap</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>powersaved</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>slpd</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>smbfs</service_name>
<service_status>disable</service_status>
</service>
<service>
<service_name>network</service_name>
<service_status>enable</service_status>
</service>
<service>
<service_name>xdm</service_name>
<service_status>enable</service_status>
</service>
</services>
</runlevel>
<scripts>
<post-scripts config:type="list">
<script>
<filename>add_local_modules.pl</filename>
<interpreter>perl</interpreter>
<location></location>
<source><![CDATA[#!/usr/bin/perl -w

my $local_modules = "/etc/modprobe.conf.local";

for (my $i=0; $i<6; $i++) {
`echo 'alias eth$i e1000' >> $local_modules`;
}

`echo '' >> $local_modules`;

`echo 'options e1000 XsumRX=1,1,1,1,1,1
TxDescriptors=4096,4096,4096,4096,4096,4096
RxDescriptors=4096,4096,4096,4096,4096,4096
Speed=1000,1000,1000,1000,1000,1000 Duplex=2,2,2,2,2,2' >>
$local_modules`;]]></source>
</script>
</post-scripts>
<pre-scripts config:type="list">
<script>
<filename>avoid_autoyast_boot_loop.sh</filename>
<interpreter>shell</interpreter>
<location></location>
<source><![CDATA[#!/bin/bash

/bin/eject
]]></source>
</script>
</pre-scripts>
</scripts>
<sysconfig config:type="list">
<sysconfig_entry>
<sysconfig_key>SCHED_MAXTIMESLICE</sysconfig_key>
<sysconfig_path>/etc/sysconfig/kernel</sysconfig_path>
<sysconfig_value>300000</sysconfig_value>
</sysconfig_entry>
<sysconfig_entry>
<sysconfig_key>SCHED_MINTIMESLICE</sysconfig_key>
<sysconfig_path>/etc/sysconfig/kernel</sysconfig_path>
<sysconfig_value>10000</sysconfig_value>
</sysconfig_entry>
</sysconfig>
<x11>
<color_depth config:type="integer">16</color_depth>
<configure_x11 config:type="boolean">true</configure_x11>
<display_manager>fvwm2</display_manager>
<enable_3d config:type="boolean">false</enable_3d>
<monitor>
<display>
<frequency config:type="integer">60</frequency>
<height config:type="integer">600</height>
<width config:type="integer">800</width>
</display>
<monitor_device>800X600@60HZ</monitor_device>
<monitor_vendor> VESA</monitor_vendor>
</monitor>
<resolution>800X600</resolution>
</x11>
</configure>
<install>
<bootloader>
<activate config:type="boolean">false</activate>
<global config:type="list">
<global_entry>
<key>color</key>
<value>white/blue black/light-gray</value>
</global_entry>
<global_entry>
<key>default</key>
<value config:type="integer">0</value>
</global_entry>
<global_entry>
<key>timeout</key>
<value config:type="integer">8</value>
</global_entry>
<global_entry>
<key>gfxmenu</key>
<value>(hd0,1)/message</value>
</global_entry>
</global>
<loader_device>/dev/sda</loader_device>
<loader_type>grub</loader_type>
<location>mbr</location>
<repl_mbr config:type="boolean">false</repl_mbr>
<sections config:type="list">
<section config:type="list">
<section_entry>
<key>title</key>
<value>Linux</value>
</section_entry>
<section_entry>
<key>kernel</key>
<value>(hd0,1)/vmlinuz root=/dev/sda3 vga=0x314 selinux=0
splash=silent resume=/dev/sda1 elevator=cfq showopts</value>
</section_entry>
<section_entry>
<key>initrd</key>
<value>(hd0,1)/initrd</value>
</section_entry>
</section>
<section config:type="list">
<section_entry>
<key>title</key>
<value>Floppy</value>
</section_entry>
<section_entry>
<key>root</key>
<value>(fd0)</value>
</section_entry>
<section_entry>
<key>chainloader</key>
<value>+1</value>
</section_entry>
</section>
<section config:type="list">
<section_entry>
<key>title</key>
<value>Failsafe</value>
</section_entry>
<section_entry>
<key>kernel</key>
<value>(hd0,1)/vmlinuz root=/dev/sda3 showopts ide=nodma
apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp
noapic maxcpus=0 3</value>
</section_entry>
<section_entry>
<key>initrd</key>
<value>(hd0,1)/initrd</value>
</section_entry>
</section>
</sections>
</bootloader>
<general>
<clock>
<hwclock>localtime</hwclock>
<timezone>US/Central</timezone>
</clock>
<keyboard>
<keymap>english-us</keymap>
</keyboard>
<language>en_US</language>
<mode>
<confirm config:type="boolean">false</confirm>
<forceboot config:type="boolean">false</forceboot>
</mode>
<mouse>
<id>22_exps2</id>
</mouse>
</general>
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<loop_fs config:type="boolean">false</loop_fs>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<partition_type>primary</partition_type>
<size>2G</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<fstopt>data=journal,acl</fstopt>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/boot</mount>
<mountby config:type="symbol">device</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<size>128M</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<fstopt>data=journal,acl</fstopt>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/</mount>
<mountby config:type="symbol">device</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<size>4G</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<fstopt>data=journal,acl</fstopt>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/var</mount>
<mountby config:type="symbol">device</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<size>8G</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<fstopt>data=journal,acl</fstopt>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/usr</mount>
<mountby config:type="symbol">device</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<size>8G</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<fstopt>data=journal,acl</fstopt>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/opt</mount>
<mountby config:type="symbol">device</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
<report>
<errors>
<log config:type="boolean">true</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">10</timeout>
</errors>
<messages>
<log config:type="boolean">true</log>
<show config:type="boolean">false</show>
<timeout config:type="integer">10</timeout>
</messages>
<warnings>
<log config:type="boolean">true</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">10</timeout>
</warnings>
<yesno_messages>
<log config:type="boolean">true</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">10</timeout>
</yesno_messages>
</report>
<software>
<addons config:type="list">
<addon>Basis-Sound</addon>
<addon>SuSE-Documentation</addon>
<addon>Various-Tools</addon>
<addon>WBEM</addon>
<addon>X11</addon>
<addon>YaST2</addon>
<addon>analyze</addon>
<addon>HA</addon>
<addon>Kde-Desktop</addon>
<addon>Linux-Tools</addon>
<addon>Base-System</addon>
</addons>
<base>default</base>
</software>
</install>
</profile>

< Previous Next >
This Thread
  • No further messages