Project

General

Profile

renaming.xml

riafarov, 2018-02-16 16:22

 
1
<?xml version="1.0"?>
2
<!DOCTYPE profile>
3
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
4
  <general>
5
    <signature-handling>
6
      <accept_unknown_gpg_key> <all config:type="boolean">true</all> </accept_unknown_gpg_key>
7
      <accept_unsigned_file> <all config:type="boolean">true</all> </accept_unsigned_file>
8
      <accept_file_without_checksum> <all config:type="boolean">true</all> </accept_file_without_checksum>
9
    </signature-handling>
10

    
11
    <mode>
12
<!--      <confirm config:type="boolean">false</confirm> -->
13
      <second_stage config:type="boolean">false</second_stage>
14
      <self_update config:type="boolean">false</self_update>
15
    </mode>
16
  </general>
17

    
18
  <networking>
19
    <start_immediately config:type="boolean">false</start_immediately>
20
    <net-udev config:type="list">
21
      <rule>
22
        <name>eth2</name>
23
        <rule>ATTR{address}</rule>
24
        <value>08:00:27:57:ED:FE</value>
25
      </rule>
26

    
27
      <rule>
28
        <name>eth0</name>
29
        <rule>ATTR{address}</rule>
30
        <value>08:00:27:EF:AC:B5</value>
31
      </rule>
32
    </net-udev>
33
  </networking>
34

    
35
  <users config:type="list">
36
    <user>
37
      <encrypted config:type="boolean">false</encrypted>
38
      <fullname>vagrant</fullname>
39
      <gid>100</gid>
40
      <home>/home/vagrant</home>
41
      <shell>/bin/bash</shell>
42
      <uid>1000</uid>
43
      <user_password>nots3cr3t</user_password>
44
      <username>vagrant</username>
45
    </user>
46
    <user>
47
      <encrypted config:type="boolean">false</encrypted>
48
      <fullname>root</fullname>
49
      <gid>0</gid>
50
      <home>/root</home>
51
      <shell>/bin/bash</shell>
52
      <uid>0</uid>
53
      <user_password>nots3cr3t</user_password>
54
      <username>root</username>
55
    </user>
56
  </users>
57

    
58
</profile>