File: example_disk_size_partitions_config.xml

package info (click to toggle)
kiwi 10.2.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,664 kB
  • sloc: python: 69,179; sh: 4,228; xml: 3,383; ansic: 391; makefile: 353
file content (33 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="8.4" name="TestPartitions">
    <description type="system">
        <author>Marcus Schäfer</author>
        <contact>ms@suse.com</contact>
        <specification>
            test partitions setup
        </specification>
    </description>
    <preferences>
        <version>1.1.1</version>
        <packagemanager>zypper</packagemanager>
        <type image="oem" filesystem="ext3" installiso="true" kernelcmdline="splash" firmware="efi" bootpartition="true" bootpartsize="10">
            <partitions>
                <partition name="var" size="100" mountpoint="/var" filesystem="ext3"/>
                <partition name="var/tmp" size="500" mountpoint="/var/tmp" filesystem="xfs"/>
                <partition name="tmp" size="100" mountpoint="/tmp" filesystem="squashfs"/>
            </partitions>
        </type>
    </preferences>
    <repository>
        <source path="obs://13.2/repo/oss"/>
    </repository>
    <packages type="image">
        <package name="patterns-openSUSE-base"/>
    </packages>
    <packages type="bootstrap">
        <package name="udev"/>
        <package name="filesystem"/>
        <package name="glibc-locale"/>
    </packages>
</image>