armbian-build/config/templates/config-example.conf
rmcaninch 20de0c861f
Pointed to docs.armbian.com
Other link was 404
2018-12-22 18:54:59 -05:00

38 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Read build script documentation https://docs.armbian.com/Developer-Guide_Build-Options/
# for detailed explanation of these options and for additional options not listed here
KERNEL_ONLY="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt
KERNEL_CONFIGURE="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt
CLEAN_LEVEL="make,debs,oldcache" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,
# "debs" = delete packages in "./output/debs" for current branch and family,
# "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images",
# "cache" = delete "./output/cache", "sources" = delete "./sources"
# "oldcache" = remove old cached rootfs except for the newest 8 files
DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8
# advanced
KERNEL_KEEP_CONFIG="no" # do not overwrite kernel config before compilation
EXTERNAL="yes" # build and install extra applications and drivers
EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages
CREATE_PATCHES="no" # wait that you make changes to uboot and kernel source and creates patches
BUILD_ALL="no" # cycle through available boards and make images or kernel/u-boot packages.
# set KERNEL_ONLY to "yes" or "no" to build all packages/all images
FORCE_BOOTSCRIPT_UPDATE="no" # update bootscript when upgrading bsp package
BSPFREEZE="" # freeze armbian packages (u-boot, kernel, dtb)
INSTALL_HEADERS="" # install kernel headers package
LIB_TAG="master" # change to "branchname" to use any branch currently available.
CARD_DEVICE="" # device name /dev/sdx of your SD card to burn directly to the card when done
CRYPTROOT_ENABLE=no # enable root filesystem encryption using LUKS
CRYPTROOT_PARAMETERS="" # optionally: change cryptsetup's defaults like cipher, hash etc.
# Currently only LUKS1 is supported, so don't use --type luks2
CRYPTROOT_PASSPHRASE="MYSECRETPASS" # enter the encryption passphrase (can also be changed later on the CLI)
CRYPTROOT_SSH_UNLOCK=no # enable dropbear to unlock your device via SSH
# if you have an SSH public key store it in userpatches/dropbear_authorized_keys
# otherwise a new SSH key will be created and stored beside the OS image
CRYPTROOT_SSH_UNLOCK_PORT=2022 # dropbear SSH port