Add early debugging
This commit is contained in:
@@ -843,5 +843,9 @@ main() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Roughly turn debugging on for pre-init
|
||||||
|
# Reset and reparse in parse_input() with getopt
|
||||||
|
[[ " $* " =~ ( --debug | -d ) ]] && DEBUG=1
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
exit
|
exit
|
||||||
|
|||||||
3
profiles
3
profiles
@@ -2,11 +2,12 @@
|
|||||||
# Device profiles for openwrtbuilder
|
# Device profiles for openwrtbuilder
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
# Default packages
|
# Default (but optional) packages
|
||||||
default_packages=(nano htop diffutils tar iperf3 zsh rsync
|
default_packages=(nano htop diffutils tar iperf3 zsh rsync
|
||||||
openssh-sftp-server luci luci-ssl luci-proto-wireguard luci-app-statistics
|
openssh-sftp-server luci luci-ssl luci-proto-wireguard luci-app-statistics
|
||||||
collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu)
|
collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu)
|
||||||
|
|
||||||
|
# Default (but optional) kernel configs
|
||||||
default_configs=("CONFIG_ALL_KMODS=n" "CONFIG_BUILDBOT=n")
|
default_configs=("CONFIG_ALL_KMODS=n" "CONFIG_BUILDBOT=n")
|
||||||
|
|
||||||
# Current devices
|
# Current devices
|
||||||
|
|||||||
Reference in New Issue
Block a user