Mailinglist Archive: opensuse-autoinstall (70 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] RNG-Lint was Please include the right DTDs in SuSE 10.2
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Wed, 13 Dec 2006 14:45:10 +0100
- Message-id: <200612131445.10443.ug@xxxxxxx>
On Wednesday 13 December 2006 00:55, David Werner wrote:
> I did it with the GM DVD Edition of 10.2 (i586). I assume GM should more
> advanced then RC5.
RC5 == GM
> Can you please post example of a xml-profile which passes the
> command from the Documentation?
arbitrary example attached.
The RNG files are still not complete and sometimes broken but a lot better
than the old DTDs in the current state.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Diorama - The Girls
<?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">
<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">10</timeout>
</yesno_messages>
</report>
<general>
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
<accept_verification_failed config:type="boolean">true</accept_verification_failed>
<accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
</signature-handling>
</general>
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<registration_data/>
<submit_hwdata config:type="boolean">true</submit_hwdata>
<submit_optional config:type="boolean">true</submit_optional>
</suse_register>
<networking>
<dns>
<dhcp_hostname config:type="boolean">true</dhcp_hostname>
<dhcp_resolv config:type="boolean">true</dhcp_resolv>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<name>Ethernet Network Card</name>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
<modules config:type="list">
<module_entry>
<device>static-0</device>
<module></module>
<options></options>
</module_entry>
</modules>
<routing>
<ip_forward config:type="boolean">false</ip_forward>
</routing>
</networking>
<software>
<post-packages config:type="list">
<package>yast2-cim</package>
</post-packages>
</software>
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
<user_password>$2.............g5RuR3PDFytFyq</user_password>
<username>root</username>
</user>
</users>
<partitioning config:type="list">
<drive>
<initialize config:type="boolean">false</initialize>
<partitions config:type="list">
<partition>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<filesystem config:type="symbol">reiser</filesystem>
<partition_type>primary</partition_type>
<size>20G</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<size>auto</size>
<partition_type>primary</partition_type>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_key>abc12345678901234567890</crypt_key>
<loop_fs config:type="boolean">true</loop_fs>
<crypt_fs config:type="boolean">true</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/tmp</mount>
<partition_id config:type="integer">131</partition_id>
<size>1GB</size>
</partition>
<partition>
<format config:type="boolean">true</format>
<create config:type="boolean">true</create>
<mount>/data</mount>
<partition_id config:type="integer">131</partition_id>
<filesystem config:type="symbol">reiser</filesystem>
<size>2G</size>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
</profile>
> I did it with the GM DVD Edition of 10.2 (i586). I assume GM should more
> advanced then RC5.
RC5 == GM
> Can you please post example of a xml-profile which passes the
> command from the Documentation?
arbitrary example attached.
The RNG files are still not complete and sometimes broken but a lot better
than the old DTDs in the current state.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Diorama - The Girls
<?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">
<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">10</timeout>
</yesno_messages>
</report>
<general>
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
<accept_verification_failed config:type="boolean">true</accept_verification_failed>
<accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
</signature-handling>
</general>
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<registration_data/>
<submit_hwdata config:type="boolean">true</submit_hwdata>
<submit_optional config:type="boolean">true</submit_optional>
</suse_register>
<networking>
<dns>
<dhcp_hostname config:type="boolean">true</dhcp_hostname>
<dhcp_resolv config:type="boolean">true</dhcp_resolv>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<name>Ethernet Network Card</name>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
<modules config:type="list">
<module_entry>
<device>static-0</device>
<module></module>
<options></options>
</module_entry>
</modules>
<routing>
<ip_forward config:type="boolean">false</ip_forward>
</routing>
</networking>
<software>
<post-packages config:type="list">
<package>yast2-cim</package>
</post-packages>
</software>
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
<user_password>$2.............g5RuR3PDFytFyq</user_password>
<username>root</username>
</user>
</users>
<partitioning config:type="list">
<drive>
<initialize config:type="boolean">false</initialize>
<partitions config:type="list">
<partition>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<filesystem config:type="symbol">reiser</filesystem>
<partition_type>primary</partition_type>
<size>20G</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<size>auto</size>
<partition_type>primary</partition_type>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_key>abc12345678901234567890</crypt_key>
<loop_fs config:type="boolean">true</loop_fs>
<crypt_fs config:type="boolean">true</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/tmp</mount>
<partition_id config:type="integer">131</partition_id>
<size>1GB</size>
</partition>
<partition>
<format config:type="boolean">true</format>
<create config:type="boolean">true</create>
<mount>/data</mount>
<partition_id config:type="integer">131</partition_id>
<filesystem config:type="symbol">reiser</filesystem>
<size>2G</size>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
</profile>
| < Previous | Next > |