# Conflicts: # .gitignore # banana-pi.sh # banana-pro.sh # beaglebone-black.sh # chromebook-exynos.sh # chromebook-nyan.sh # common.d/builder.txt.example # common.d/compress_img.sh # common.d/variables.sh # cubieboard2.sh # cubietruck.sh # cubox-i4pro.sh # cubox.sh # gateworks-newport.sh # gateworks-ventana.sh # mini-x.sh # nanopc-t.sh # nanopi-neo-plus2-minimal.sh # nanopi-neo-plus2.sh # nanopi2.sh # odroid-c.sh # odroid-c2.sh # odroid-u2.sh # odroid-xu3.sh # pinebook-pro.sh # pinebook.sh # riotboard.sh # rpi-64bit-minimal.sh # rpi-64bit.sh # rpi.sh # rpi0w-minimal.sh # rpi0w-p4wnp1-aloa.sh # rpi0w-pitail.sh # rpi0w.sh # rpi1.sh # trimslice.sh # usb-armory-mki.sh # usb-armory-mkii.sh # utilite-pro.sh
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
# Version Kali release
|
|
#version=${version:-$(cat .release)}
|
|
|
|
# Custom hostname variable
|
|
#hostname=kali
|
|
|
|
# Choose a locale
|
|
#locale="en_US.UTF-8"
|
|
|
|
# Free space added to the rootfs in MiB
|
|
#free_space="300"
|
|
|
|
# /boot partition in MiB
|
|
#bootsize="128"
|
|
|
|
# Select compression, xz or none
|
|
#compress="xz"
|
|
|
|
# Choose filesystem format to format ( ext3 or ext4 )
|
|
fstype="ext4"
|
|
|
|
# Disable IPV6 ( yes or no)
|
|
#disable_ipv6="yes"
|
|
|
|
# Make SWAP ( yes or no)
|
|
#swap="no"
|
|
|
|
# DNS server
|
|
#nameserver="8.8.8.8"
|
|
|
|
# To limit the number of CPU cores to use during compression
|
|
# Use 0 for unlimited CPU cores, -1 to subtract 1 cores from the total
|
|
#cpu_cores="4"
|
|
|
|
# To limit the CPU usage during compression
|
|
# 0 or 100 No limit, 10 = percentage use, 50, 75, 90, etc.
|
|
#cpu_limit="85"
|
|
|
|
# If you have your own preferred mirrors, set them here.
|
|
#mirror="http://http.kali.org/kali"
|
|
#replace_mirror="http://http.kali.org/kali"
|
|
|
|
# Use packages from the listed components of the archive.
|
|
#components="main,contrib,non-free"
|
|
|
|
# Suite to use, valid options are:
|
|
# kali-rolling, kali-dev, kali-dev-only, kali-last-snapshot
|
|
#suite="kali-rolling"
|
|
#replace_suite="kali-rolling"
|
|
|
|
# Default file name
|
|
# On the RPi 3 script, this would result in
|
|
# "kali-linux-202X-WXX-rpi4-nexmon-arm64" for the default filename.
|
|
# For release builds from Kali, the requirements are that it start with kali-linuxi
|
|
# and end with the architecture.
|
|
#imagename="kali-linux-$(date +%Y)-W$(date +%U)-${hw_model}-${variant}"
|