first of all, i want to say how great this package is. I can install my servers in 15 minutes. ( i have 15 servers to install in the future ) Great job! There are however a couple of small problems that persist. I am still using the suse 8.0, version of auto-install is : yast2-module-autoinst-2.5.27-1. I defined the ldap-client ( i know, there were a couple of mails about that before, but there was no mention about suse version, and i tried it with ldapclient, with no results however). Maybe you an give me an example how a correctsetup should be. Another thing is that the runlevels that are defined in the autoinstall setup don't seem to correspond with the runlevels on the freshly installed server. That's anoying. There must also be a confusion between language and keyboard. I use a 'ducth' keyboard ( azerty, i know, very annoying, but its my client who uses it ) and 'dutch' language, however, on the server i always have to readjust the keyboard. So, these are my 3 problems, minor ones, but would be nice if they could be solved. Thanks anyway, and again, wonderfull package!! I include my control file hereafter : ( i left the chroot script out, too long! ) Jef Peeraer <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/lib/YaST2/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns" > <configure> <chroot-scripts config:type="list" > <script> <filename>deterp_chroot</filename> <interpreter>shell</interpreter> <source><! skip... ]></source> </script> </chroot-scripts> <ldapclient> <ldap_domain>dc=deterp,dc=be</ldap_domain> <ldap_server>192.168.0.1</ldap_server> <ldap_v2 config:type="boolean" >false</ldap_v2> <start_ldap config:type="boolean" >true</start_ldap> </ldapclient> <networking> <dns> <dhcp_hostname config:type="boolean" >false</dhcp_hostname> <domain>deterp.be</domain> <hostname>welzijn</hostname> <nameservers config:type="list" > <nameserver>192.168.0.1</nameserver> </nameservers> <searchlist config:type="list" > <search>deterp.be</search> </searchlist> </dns> <interfaces config:type="list" > <interface> <BOOTPROTO>static</BOOTPROTO> <BROADCAST>192.168.0.255</BROADCAST> <IPADDR>192.168.0.20</IPADDR> <NETMASK>255.255.255.0</NETMASK> <NETWORK>192.168.0.0</NETWORK> <STARTMODE>onboot</STARTMODE> <UNIQUE></UNIQUE> <device>eth0</device> <module>3c59x</module> <options></options> </interface> </interfaces> <routing config:type="list" > <route> <destination>default</destination> <device>-</device> <gateway>192.168.0.1</gateway> <netmask>-</netmask> </route> </routing> </networking> <post-scripts config:type="list" > <script> <filename>deterp_post</filename> <interpreter>shell</interpreter> <source><![CDATA[tmpdir=/tmp oodir=/usr/local/oo101nl echo "initializing ltsp stuff" $tmpdir/install_ltsp echo "installing openoffice" cd $oodir;./install --prefix /usr/local #echo "installing mozilla" #cd /usr/local/mozilla-installer;./mozilla-installer ]]></source> </script> </post-scripts> <runlevels> <default>5</default> <services config:type="list" > <service> <service_name>dhcpd</service_name> <service_start>3 5</service_start> <service_stop></service_stop> </service> <service> <service_name>nfsserver</service_name> <service_start>3 5</service_start> <service_stop></service_stop> </service> <service> <service_name>personal-firewall.final</service_name> <service_start></service_start> <service_stop>2 3 5</service_stop> </service> <service> <service_name>personal-firewall.initial</service_name> <service_start></service_start> <service_stop>2 3 5</service_stop> </service> <service> <service_name>xdm</service_name> <service_start>5</service_start> <service_stop>5</service_stop> </service> </services> </runlevels> <users config:type="list" > <user> <encrypted config:type="boolean" >true</encrypted> <user_password>COOQQwbHzktR2</user_password> <username>root</username> </user> <user> <encrypted config:type="boolean" >true</encrypted> <user_password>cNsMYgTT.nkV6</user_password> <username>local</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> <VESA_LCD config:type="boolean" >true</VESA_LCD> <display> <max_hsync config:type="integer" >80</max_hsync> <max_vsync config:type="integer" >75</max_vsync> <min_hsync config:type="integer" >31</min_hsync> <min_vsync config:type="integer" >50</min_vsync> <value_corrected config:type="boolean" >true</value_corrected> </display> <monitor_device>1280X1024@75HZ</monitor_device> <monitor_vendor>VESA</monitor_vendor> </monitor> <resolution>1024x768</resolution> </x11> </configure> <install> <bootloader> <activate config:type="boolean" >false</activate> <kernel_parameters></kernel_parameters> <linear config:type="boolean" >false</linear> <location>mbr</location> <parameters></parameters> </bootloader> <general> <hwclock>GMT</hwclock> <keyboard>belgian</keyboard> <language>nl_NL</language> <mouse>probe</mouse> <timezone>Europe/Brussels</timezone> </general> <partitioning config:type="list" > <drive> <device>/dev/hda</device> <partitions config:type="list" > <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >ext3</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/boot</mount> <size>23.5M</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >swap</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>swap</mount> <size>643.1M</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >ext3</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/</mount> <size>37.6G</size> <type>Linux native</type> </partition> </partitions> <use>all</use> </drive> </partitioning> <report> <confirm config:type="boolean" >true</confirm> <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> </report> <software> <addons config:type="list" /> <base>deterp</base> <extra_packages> <package_location>custom</package_location> <packages config:type="list" > <package>ltsp_core-3.0.7-0.i386</package> <package>ltsp_kernel-3.0.5-0.i386</package> <package>ltsp_x_core-3.0.3-0.i386</package> <package>ltsp_x_fonts-3.0.0-0.i386</package> <package>mozilla-1.2-0.i386</package> <package>mozilla-mail-1.2-0.i386</package> <package>mozilla-xmlterm-1.2-0.i386</package> </packages> </extra_packages> </software> </install> </profile>
participants (1)
-
jef peeraer