devuan-desktop/config.md

800 B

configuration

see libdevuansdk/docs/configuration.7.md

config file

  • force_packages_option replaces --force to apt which has been deprecated, see man apt-get, use: --allow-unauthenticated , --allow-downgrades , --allow-remove-essential , --allow-change-held-packages

  • base_package_option --no-install-recommends

  • extra_packages_option --no-install-recommends

  • bootstrap_option see man debootstrap, use:

  • --force-check-gpg --no-merged-usr --variant=minibase

  • dpkg_buildpackage_options see man dpkg-buildpackage adds options to the dpkg-buildpackage command (in the zfs Makefile.in) use: --host-arch={arch} --target-arch={arch} # for cross-compile --no-pre-clean # for faster rebuilds, remove for distribution.