File: example_apt_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 (30 lines) | stat: -rw-r--r-- 960 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
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="8.3" name="apt-testing">
    <description type="system">
        <author>Bob</author>
        <contact>user@example.com</contact>
        <specification>
            Testing various configuration for apt packagemanager
        </specification>
    </description>
    <preferences>
        <version>1.13.2</version>
        <packagemanager>apt</packagemanager>
        <locale>en_US</locale>
        <keytable>us.map.gz</keytable>
        <timezone>Europe/Berlin</timezone>
        <type image="tbz"/>
    </preferences>
    <repository priority="42" sourcetype="baseurl">
        <source path="iso:///image/CDs/dvd.iso">
            <signing key="file:key_a"/>
        </source>
    </repository>
    <packages type="image">
        <package name="foo"/>
    </packages>
    <packages type="bootstrap" bootstrap_package="bootstrap-me">
        <package name="filesystem"/>
    </packages>
</image>