mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
Cleanup example config (#1523)
* Cleanup example config * Update config-example.conf * removing deprecated function
This commit is contained in:
parent
e71c145cb7
commit
c042c503b3
1 changed files with 2 additions and 19 deletions
|
@ -12,26 +12,9 @@ CLEAN_LEVEL="make,debs,oldcache" # comma-separated list of clean targets: "make"
|
|||
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.
|
||||
USE_TORRENT="no" # use torrent network for faster toolchain and cache download
|
||||
DOWNLOAD_MIRROR="" # set to "china" to use mirrors.tuna.tsinghua.edu.cn
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue