File: example_lvm_arch_config.xml

package info (click to toggle)
kiwi 10.2.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,528 kB
  • sloc: python: 67,299; sh: 3,980; xml: 3,379; ansic: 391; makefile: 354
file content (26 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="8.3" name="Some">
    <description type="system">
        <author>Marcus Schäfer</author>
        <contact>some@some.com</contact>
        <specification>
            Test arch specific volume setup
        </specification>
    </description>
    <preferences>
        <version>1.1.1</version>
        <packagemanager>zypper</packagemanager>
        <type image="oem" filesystem="ext3" installiso="true" kernelcmdline="splash" firmware="efi">
            <systemdisk>
                <volume name="usr/lib" arch="aarch64"/>
            </systemdisk>
        </type>
    </preferences>
    <repository>
        <source path="obs://some/repo/oss"/>
    </repository>
    <packages type="bootstrap">
        <package name="filesystem"/>
    </packages>
</image>