# defaults for module builtin-start
#
[common]
   allow_running_desktop	no	# stop kusa if a dm is running

[install]
   apt_autoinstall		yes	# yes/no/ask install w/out confirmation
   apt_autoremove		ask	# yes/no/ask remove w/out confirmation
   apt_autoclean		yes	# yes/no/ask clean apt cache
   apt_allow_unauth		no	# uses --allow-unauthenticated option

   # this can be used on system with low disk space, to make root for new
   # packages that will be installed; autoremove is still regulated by
   # install.apt_autoremove setting, and dry-run flag
   #
   apt_autoremove_preinstall	no	# yes/no call autoremove before install

