]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-console
discover: Add debug flag to config
[petitboot] / utils / pb-console
index 1c2bf62784f62f0aff6faae911063cb385dc71d3..64bf77fd0c69e4e77973dc0187bb5a155df872e3 100644 (file)
@@ -9,6 +9,7 @@ shell=sh
 getty=/sbin/getty
 use_getty=0
 detach=0
 getty=/sbin/getty
 use_getty=0
 detach=0
+pb_config=pb-config
 
 usage() {
        cat >&2 <<EOF
 
 usage() {
        cat >&2 <<EOF
@@ -104,8 +105,7 @@ case "$(tty)" in
 esac
 
 verbose_opt=
 esac
 
 verbose_opt=
-sysinfo_bin=$(dirname $0)/pb-sysinfo
-if [ -x $sysinfo_bin ] && $sysinfo_bin --debug-enabled
+if $pb_config debug | grep -q enabled
 then
        verbose_opt=--verbose
 fi
 then
        verbose_opt=--verbose
 fi