Mailinglist Archive: opensuse-autoinstall (102 mails)
| < Previous | Next > |
Problems trying to autoinstall NIC SLES 9 + SP 1
- From: Patrick O'Toole <pmotoole@xxxxxxxxx>
- Date: Tue, 7 Jun 2005 17:31:54 +0000 (UTC)
- Message-id: <20050607173150.60855.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sorry to bother everyone but I am trying to
autoinstall SLES 9 + SP1 via DOS and FTP. AM able to
get the OS to install but after install the OS does
not remember the NIC it used to get the files with in
the first place. I put my autoinst.xml below, any
ideas? Am a newbie so apologize for bothering you.
THanks,
Pat
<?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>
<networking>
<dns>
<dhcp_hostname
config:type="boolean">true</dhcp_hostname>
<dhcp_resolv
config:type="boolean">true</dhcp_resolv>
<domain>local</domain>
<hostname>linux</hostname>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<startmode>onboot</startmode>
</interface>
</interfaces>
<modules config:type="list">
<module_entry>
<device>eth0</device>
<module>tg3</module>
<options></options>
</module_entry>
</modules>
<routing>
<ip_forward
config:type="boolean">false</ip_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>-</device>
<gateway>10.10.1.1</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
</networking>
<tftp-server>
<start_tftpd
config:type="boolean">false</start_tftpd>
</tftp-server>
<x11>
<color_depth
config:type="integer">8</color_depth>
<configure_x11
config:type="boolean">true</configure_x11>
<display_manager>kdm</display_manager>
<enable_3d
config:type="boolean">true</enable_3d>
<monitor>
<display>
<frequency
config:type="integer">72</frequency>
<height config:type="integer">480</height>
<width config:type="integer">640</width>
</display>
<monitor_device>640X480@72HZ</monitor_device>
<monitor_vendor> VESA</monitor_vendor>
</monitor>
<resolution>640x480</resolution>
<window_manager>kde</window_manager>
</x11>
</configure>
<install>
<bootloader>
<activate config:type="boolean">false</activate>
<loader_type>grub</loader_type>
<repl_mbr config:type="boolean">true</repl_mbr>
</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">true</forceboot>
</mode>
<mouse>
<id>22_exps2</id>
</mouse>
</general>
<partitioning config:type="list">
<drive>
<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">true</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">0</timeout>
</yesno_messages>
</report>
<software>
<addons config:type="list">
<addon>Kde-Desktop</addon>
<addon>Basis-Sound</addon>
<addon>Basis-Devel</addon>
<addon>File-Server</addon>
<addon>Base-System</addon>
<addon>Gnome</addon>
<addon>HA</addon>
<addon>dhcp_DNS-Server</addon>
<addon>LSB</addon>
<addon>SuSE-Documentation</addon>
<addon>Linux-Tools</addon>
<addon>analyze</addon>
<addon>Mail_News-Server</addon>
<addon>Various-Tools</addon>
<addon>WBEM</addon>
<addon>auth</addon>
<addon>LAMP</addon>
<addon>X11</addon>
<addon>Print-Server</addon>
<addon>YaST2</addon>
</addons>
<base>Full-Installation</base>
</software>
</install>
</profile>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
autoinstall SLES 9 + SP1 via DOS and FTP. AM able to
get the OS to install but after install the OS does
not remember the NIC it used to get the files with in
the first place. I put my autoinst.xml below, any
ideas? Am a newbie so apologize for bothering you.
THanks,
Pat
<?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>
<networking>
<dns>
<dhcp_hostname
config:type="boolean">true</dhcp_hostname>
<dhcp_resolv
config:type="boolean">true</dhcp_resolv>
<domain>local</domain>
<hostname>linux</hostname>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<startmode>onboot</startmode>
</interface>
</interfaces>
<modules config:type="list">
<module_entry>
<device>eth0</device>
<module>tg3</module>
<options></options>
</module_entry>
</modules>
<routing>
<ip_forward
config:type="boolean">false</ip_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>-</device>
<gateway>10.10.1.1</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
</networking>
<tftp-server>
<start_tftpd
config:type="boolean">false</start_tftpd>
</tftp-server>
<x11>
<color_depth
config:type="integer">8</color_depth>
<configure_x11
config:type="boolean">true</configure_x11>
<display_manager>kdm</display_manager>
<enable_3d
config:type="boolean">true</enable_3d>
<monitor>
<display>
<frequency
config:type="integer">72</frequency>
<height config:type="integer">480</height>
<width config:type="integer">640</width>
</display>
<monitor_device>640X480@72HZ</monitor_device>
<monitor_vendor> VESA</monitor_vendor>
</monitor>
<resolution>640x480</resolution>
<window_manager>kde</window_manager>
</x11>
</configure>
<install>
<bootloader>
<activate config:type="boolean">false</activate>
<loader_type>grub</loader_type>
<repl_mbr config:type="boolean">true</repl_mbr>
</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">true</forceboot>
</mode>
<mouse>
<id>22_exps2</id>
</mouse>
</general>
<partitioning config:type="list">
<drive>
<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">true</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">0</timeout>
</yesno_messages>
</report>
<software>
<addons config:type="list">
<addon>Kde-Desktop</addon>
<addon>Basis-Sound</addon>
<addon>Basis-Devel</addon>
<addon>File-Server</addon>
<addon>Base-System</addon>
<addon>Gnome</addon>
<addon>HA</addon>
<addon>dhcp_DNS-Server</addon>
<addon>LSB</addon>
<addon>SuSE-Documentation</addon>
<addon>Linux-Tools</addon>
<addon>analyze</addon>
<addon>Mail_News-Server</addon>
<addon>Various-Tools</addon>
<addon>WBEM</addon>
<addon>auth</addon>
<addon>LAMP</addon>
<addon>X11</addon>
<addon>Print-Server</addon>
<addon>YaST2</addon>
</addons>
<base>Full-Installation</base>
</software>
</install>
</profile>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| < Previous | Next > |