config-example.conf 1.1 KB

12345678910111213141516171819202122232425
  1. KERNEL_CONFIGURE="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt
  2. CLEAN_LEVEL="debs,oldcache" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,
  3. # "debs" = delete packages in "./output/debs" for current branch and family,
  4. # "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images",
  5. # "cache" = delete "./output/cache", "sources" = delete "./sources"
  6. # "oldcache" = remove old cached rootfs except for the newest 8 files
  7. DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8
  8. # advanced
  9. EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages
  10. INSTALL_HEADERS="" # install kernel headers package
  11. LIB_TAG="master" # change to "branchname" to use any branch currently available.
  12. USE_TORRENT="yes" # use torrent network for faster toolchain and cache download
  13. DOWNLOAD_MIRROR="china" # set to "china" to use mirrors.tuna.tsinghua.edu.cn
  14. BOARD=""
  15. BRANCH=""
  16. RELEASE=""
  17. WIREGUARD="no"
  18. BUILD_KSRC="no"
  19. INSTALL_KSRC="no"
  20. IGNORE_UPDATES=""
  21. COMPRESS_OUTPUTIMAGE="no"
  22. NO_APT_CACHER="yes"