File: simple-cdd.conf

package info (click to toggle)
simple-cdd 0.6.9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 344 kB
  • sloc: python: 1,904; sh: 111; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (3)
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
# simple-cdd.conf minimal configuration file

# Note: this is only an example, it is recommended to only add configuration
# values as you need them.

# Profiles to include on the CD
profiles=""
#profiles="x-basic ltsp"

# set default locale
locale="en_US"

# Mirror tools
# mirror_tools="download reprepro"

# Mirror variables
server="deb.debian.org"
debian_mirror="http://localmirror.example.org/debian/"

# Mirror for security updates
#   Expects security updates to be in dists/DEBIAN_DIST/updates
security_mirror="http://security.debian.org/"

# Extra mirror
#   May only work when using reprepro as mirror tool
#debian_mirror_extra="http://example.com/debian/"

# Components to include
#mirror_components="main contrib non-free"

# Generate a simple package repository on the CD with the debs cited
#   Please insert full paths.
local_packages="/path/to/local/packages/ /path/to/local.deb"