-
Notifications
You must be signed in to change notification settings - Fork 0
/
sles12sp1_minimum.xml
141 lines (130 loc) · 4.63 KB
/
sles12sp1_minimum.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?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>
<mode>
<confirm config:type="boolean">false</confirm>
<second_stage config:type="boolean">true</second_stage>
<final_reboot config:type="boolean">true</final_reboot>
</mode>
</general>
<!--
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<email></email>
<reg_code></reg_code>
<install_updates config:type="boolean">false</install_updates>
<slp_discovery config:type="boolean">false</slp_discovery>
</suse_register>
-->
<keyboard>
<keymap>japanese</keymap>
</keyboard>
<language>
<language>en_US</language>
<languages>en_US</languages>
</language>
<networking>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<startmode>auto</startmode>
</interface>
</interfaces>
<ipv6 config:type="boolean">false</ipv6>
</networking>
<partitioning config:type="list">
<drive>
<device>/dev/vda</device>
<initialize config:type="boolean">true</initialize>
<use>all</use>
<partitions config:type="list">
<partition>
<label>boot</label>
<mount>/boot</mount>
<mountby config:type="symbol">label</mountby>
<partition_type>primary</partition_type>
<size>auto</size>
<create>true</create>
</partition>
<partition>
<label>system</label>
<lvm_group>system</lvm_group>
<create config:type="boolean">true</create>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
</drive>
<drive>
<device>/dev/system</device>
<initialize config:type="boolean">true</initialize>
<is_lvm_vg config:type="boolean">true</is_lvm_vg>
<partitions config:type="list">
<partition>
<label>swap</label>
<mountby config:type="symbol">label</mountby>
<filesystem config:type="symbol">swap</filesystem>
<lv_name>swap_lv</lv_name>
<size>auto</size>
<mount>swap</mount>
</partition>
<partition>
<label>root</label>
<mountby config:type="symbol">label</mountby>
<filesystem config:type="symbol">btrfs</filesystem>
<lv_name>root_lv</lv_name>
<mount>/</mount>
<size>max</size>
</partition>
</partitions>
<type config:type="symbol">CT_LVM</type>
<use>all</use>
</drive>
</partitioning>
<services-manager>
<default_target>multi-user</default_target>
<services>
<enable config:type="list">
<service>sshd</service>
</enable>
</services>
</services-manager>
<software>
<do_online_update config:type="boolean">false</do_online_update>
<install_recommended config:type="boolean">false</install_recommended>
<packages config:type="list">
<package>bash-completion</package>
<package>iputils</package>
<package>openssh</package>
<package>vim</package>
</packages>
</software>
<timezone>
<hwclock>UTC</hwclock>
<timezone>Asia/Tokyo</timezone>
</timezone>
<users config:type="list">
<user>
<username>root</username>
<user_password>root</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>user</username>
<user_password>user</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>foo</username>
<user_password>foo</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>bar</username>
<user_password>bar</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
</users>
</profile>