forked from openSUSE/kiwi_spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml.template
104 lines (103 loc) · 3.98 KB
/
config.xml.template
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
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="5.2" name="LimeJeOS-SLES11SP2">
<description type="system">
<author>Yury Tsarev</author>
<contact>[email protected]</contact>
<specification>
SLES11 SP2 JeOS, is a small text based image which
allows editing of files as well as upgrading to a full
distro by using zypper with the pre-defined repository
</specification>
</description>
<profiles>
<profile name="xenFlavour" description="VMX with Xen kernel"/>
<profile name="vmxFlavour" description="VMX with default kernel" import="true"/>
</profiles>
<preferences>
<type image="iso" primary="true" boot="isoboot/suse-SLES11" hybrid="true"/>
<version>1.12.1</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us.map.gz</keytable>
<timezone>Europe/Berlin</timezone>
<hwclock>utc</hwclock>
<rpm-excludedocs>true</rpm-excludedocs>
<boot-theme>SLES</boot-theme>
</preferences>
<preferences profiles="xenFlavour">
<type image="vmx" filesystem="ext3" boot="vmxboot/suse-SLES11" bootprofile="xen" bootkernel="xenk">
<machine memory="512" domain="domU">
<vmdisk controller="ide" id="0" device="/dev/xvda"/>
<vmnic interface=""/>
</machine>
</type>
<type image="oem" filesystem="ext3" boot="oemboot/suse-SLES11" bootprofile="xen" bootkernel="xenk" installiso="true">
<oemconfig>
<oem-systemsize>2048</oem-systemsize>
</oemconfig>
<machine domain="dom0"/>
</type>
</preferences>
<preferences profiles="vmxFlavour">
<type image="vmx" filesystem="ext3" boot="vmxboot/suse-SLES11" format="vmdk">
<machine memory="512" guestOS="suse" HWversion="4">
<vmdisk controller="scsi" id="0"/>
<vmnic driver="e1000" interface="0" mode="bridged"/>
</machine>
</type>
<type image="oem" filesystem="ext3" boot="oemboot/suse-SLES11" installiso="true">
<oemconfig>
<oem-systemsize>2048</oem-systemsize>
</oemconfig>
<machine memory="512" guestOS="suse" HWversion="4">
<vmdisk controller="scsi" id="0"/>
<vmnic driver="e1000" interface="0" mode="bridged"/>
</machine>
</type>
<type image="pxe" filesystem="ext3" boot="netboot/suse-SLES11">
<pxedeploy server="192.168.100.2" blocksize="4096">
<partitions device="/dev/sda">
<partition type="swap" number="1" size="5"/>
<partition type="L" number="2" size="image" mountpoint="/" target="true"/>
<partition type="L" number="3" target="false"/>
</partitions>
<union ro="/dev/sda2" rw="/dev/sda3" type="clicfs"/>
</pxedeploy>
</type>
</preferences>
<users group="root">
<user pwd="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root"/>
</users>
<repository type="yast2">
<source path="http://schnell.suse.de/SLE11/SLES-11-SP2-GM/#{arch}/DVD1/"/>
</repository>
<repository type="yast2">
<source path="http://schnell.suse.de/SLE11/SLE-11-SP2-SDK-GM/#{arch}/DVD1/"/>
</repository>
<packages type="image">
<package name="bootsplash-branding-SLES" bootinclude="true" bootdelete="true"/>
<package name="gfxboot-branding-SLES" bootinclude="true" bootdelete="true"/>
<package name="ifplugd"/>
<package name="iputils"/>
<package name="vim"/>
<package name="grub"/>
<package name="syslinux"/>
<package name="kexec-tools"/>
<opensusePattern name="base"/>
<opensuseProduct name="SUSE_SLES"/>
</packages>
<packages type="image" profiles="xenFlavour">
<package name="kernel-xen" replaces="kernel-default"/>
<package name="xen-tools" replaces=""/>
</packages>
<packages type="image" profiles="vmxFlavour">
<package name="kernel-default" replaces="kernel-xen"/>
<package name="kernel-default" replaces="xen-tools"/>
<package name="kernel-default" replaces="xen"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<package name="glibc-locale"/>
<package name="cracklib-dict-full"/>
</packages>
</image>