Project

General

Profile

action #31915 ยป renaming.xml

riafarov, 2018-02-16 16:22

 
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<general>
<signature-handling>
<accept_unknown_gpg_key> <all config:type="boolean">true</all> </accept_unknown_gpg_key>
<accept_unsigned_file> <all config:type="boolean">true</all> </accept_unsigned_file>
<accept_file_without_checksum> <all config:type="boolean">true</all> </accept_file_without_checksum>
</signature-handling>

<mode>
<!-- <confirm config:type="boolean">false</confirm> -->
<second_stage config:type="boolean">false</second_stage>
<self_update config:type="boolean">false</self_update>
</mode>
</general>

<networking>
<start_immediately config:type="boolean">false</start_immediately>
<net-udev config:type="list">
<rule>
<name>eth2</name>
<rule>ATTR{address}</rule>
<value>08:00:27:57:ED:FE</value>
</rule>

<rule>
<name>eth0</name>
<rule>ATTR{address}</rule>
<value>08:00:27:EF:AC:B5</value>
</rule>
</net-udev>
</networking>

<users config:type="list">
<user>
<encrypted config:type="boolean">false</encrypted>
<fullname>vagrant</fullname>
<gid>100</gid>
<home>/home/vagrant</home>
<shell>/bin/bash</shell>
<uid>1000</uid>
<user_password>nots3cr3t</user_password>
<username>vagrant</username>
</user>
<user>
<encrypted config:type="boolean">false</encrypted>
<fullname>root</fullname>
<gid>0</gid>
<home>/root</home>
<shell>/bin/bash</shell>
<uid>0</uid>
<user_password>nots3cr3t</user_password>
<username>root</username>
</user>
</users>

</profile>
    (1-1/1)