|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
# simple-cdd.conf detailed configuration file
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Note: this is an example list of configuration options: it is *strongly*
|
|
|
|
|
# advised to merely create a new file using only the options you actually need.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Note: Variables in lowercase are only used by simple-cdd.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Profile Selection
|
|
|
|
|
#
|
|
|
|
|
# The following four files get included on the CD if present:
|
|
|
|
@ -42,7 +42,7 @@ server="http.kali.org"
|
|
|
|
|
debian_mirror=${debian_mirror:-http://kali.download/kali/}
|
|
|
|
|
keyring="/usr/share/keyrings/kali-archive-keyring.gpg"
|
|
|
|
|
|
|
|
|
|
# which components to get from the mirror
|
|
|
|
|
# Which components to get from the mirror
|
|
|
|
|
mirror_components="main contrib non-free non-free-firmware"
|
|
|
|
|
|
|
|
|
|
# Disable *-security and *-updates repositories
|
|
|
|
@ -94,7 +94,7 @@ export DISC_END_HOOK=$(pwd)/disc-end-hook
|
|
|
|
|
# Extra files to include onto the CD
|
|
|
|
|
# These will get copied to /simple-cdd dir on the CD
|
|
|
|
|
# Paths starting with '/' are interpreted as absolute, otherwise relative
|
|
|
|
|
# to the currect directory.
|
|
|
|
|
# to the current directory.
|
|
|
|
|
#all_extras=""
|
|
|
|
|
|
|
|
|
|
# Generate a simple package repository on the CD with the debs cited
|
|
|
|
|