Merge branch 'misc' into 'master'

Miscellaneous consistencies

See merge request kalilinux/build-scripts/live-build-config!36
master
Arnaud Rebillout 3 months ago
commit 56fb4a09c3

@ -410,4 +410,3 @@ run_and_log mv -f $IMAGE_NAME $TARGET_DIR/$(target_image_name $KALI_ARCH)
run_and_log mv -f "$BUILD_LOG" $TARGET_DIR/$(target_build_log $KALI_ARCH)
run_and_log echo -e "\n***\nGENERATED KALI IMAGE: $TARGET_DIR/$(target_image_name $KALI_ARCH)\n***"

@ -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:
@ -29,7 +29,7 @@ profiles=${profiles:-kali}
auto_profiles=${auto_profiles:-kali}
# To include profiles which only effect the CD build
# build_profiles="kali"
#build_profiles="kali"
# Mirror tools
mirror_tools="reprepro download"
@ -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

Loading…
Cancel
Save