PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Autoyast config Problem...



NurrE
13.05.04, 17:20
c Hallo Leute,

bei einer automatischen Installation soll von einer CD gebootet werden, dann auf einen TFTP-Server verbunden und von dort dann das "Config-File" (die .xml Datei) geladen werden sowie anschliessend die Pakete von dort installiert.
Nun bin ich soweit, dass ich booten kann, die Verbindung zum Server hergestellt wurde und das Config-File geladen wurde.

Aber leider kommt immer wieder "Selection could not set: default"!
Das default bezieht sich ja auch die "default"-Konfiguration... die er aber leider nicht findet bzw mit der er nix anfangen kann... aber warum? ich hab auch minimum und so weiter schon versucht, half aber alles nix.

Irgendjemand nen Tipp?

Vielen Dank, Flo

Hier der Code:



<?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>
<groups config:type="list">
<group>
<gid config:type="integer">14</gid>
<group_password>x</group_password>
<groupname>uucp</groupname>
<userlist>hans</userlist>
</group>
<group>
<gid config:type="integer">16</gid>
<group_password>x</group_password>
<groupname>dialout</groupname>
<userlist>hans</userlist>
</group>
<group>
<gid config:type="integer">17</gid>
<group_password>x</group_password>
<groupname>audio</groupname>
<userlist>hans</userlist>
</group>
<group>
<gid config:type="integer">33</gid>
<group_password>x</group_password>
<groupname>video</groupname>
<userlist>hans</userlist>
</group>
</groups>
<networking>
<dns>
<dhcp_hostname config:type="boolean">false</dhcp_hostname>
<dhcp_resolv config:type="boolean">false</dhcp_resolv>
</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>3c90x</module>
</module_entry>
</modules>
<routing>
<ip_forward config:type="boolean">false</ip_forward>
</routing>
</networking>
<user_defaults>
<group>100</group>
<groups>dialout,uucp,video,audio</groups>
<home>/home</home>
<inactive>-1</inactive>
<shell>/bin/bash</shell>
<skel>/etc/skel</skel>
</user_defaults>
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
<forename>Hans</forename>
<fullname>Hans Wurst</fullname>
<gid config:type="integer">100</gid>
<grouplist>dialout,uucp,video,audio</grouplist>
<home>/home/hans</home>
<password_settings>
<inact>-1</inact>
<last_change>12551</last_change>
<max>99999</max>
<min>0</min>
<warn>7</warn>
</password_settings>
<shell>/bin/bash</shell>
<surname>Wurst</surname>
<uid config:type="integer">500</uid>
<user_password>Ql3kXP8.SCgU2</user_password>
<username>hans</username>
</user>
</users>
<x11>
<color_depth config:type="integer">16</color_depth>
<configure_x11 config:type="boolean">true</configure_x11>
<display_manager>kdm</display_manager>
<enable_3d config:type="boolean">false</enable_3d>
<monitor>
<display>
<frequency config:type="integer">60</frequency>
<height config:type="integer">768</height>
<max_hsync config:type="integer">60</max_hsync>
<max_vsync config:type="integer">60</max_vsync>
<min_hsync config:type="integer">31</min_hsync>
<min_vsync config:type="integer">30</min_vsync>
<width config:type="integer">1024</width>
</display>
<monitor_device>1024X768@60HZ</monitor_device>
<monitor_vendor> LCD</monitor_vendor>
</monitor>
<resolution>1024x768</resolution>
<start_x11 config:type="boolean">true</start_x11>
<window_manager>kde</window_manager>
</x11>
</configure>
<install>
<general>
<clock>
<hwclock>localtime</hwclock>
<timezone>Europe/Berlin</timezone>
</clock>
<keyboard>
<keymap>german</keymap>
</keyboard>
<language>en_US</language>
<mode>
<confirm config:type="boolean">false</confirm>
<forceboot config:type="boolean">false</forceboot>
<reboot config:type="boolean">true</reboot>
</mode>
<mouse>
<id>probe</id>
</mouse>
</general>
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize config:type="boolean">false</initialize>
<partitions config:type="list">
<partition>
<crypt>twofish</crypt>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
<software>
<base>default</base>
</software>
</install>
</profile>

tobias.vdk
10.01.05, 10:49
Hallo!

Wahrscheinlich gibt es

<base>default</base>
nicht.

Bei mir sieht es so aus (mit Novell Linux Desktop 9)


<software>
<addons config:type="list">
<addon>Kde-Desktop</addon>
<addon>Novell-Software</addon>
<addon>Office</addon>
<addon>SuSE-Documentation</addon>
</addons>
<base>Kde</base>
</software>


Hast du die autoyast.xml mit Yast erstellt, oder per Hand?