We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50e071 commit 23773c8Copy full SHA for 23773c8
debian/config
@@ -33,7 +33,7 @@ if [ ! "$DEBIAN_FRONTEND" = "noninteractive" ]; then
33
34
# first, for Black and Black wireless we need to ask to modify uEnv.txt
35
if [ "$ISBLACK" = "true" ]; then
36
- db_input critical librobotcontrol/q_enable_dt || true
+ db_input medium librobotcontrol/q_enable_dt || true
37
db_go || true
38
fi
39
@@ -44,7 +44,7 @@ if [ ! "$DEBIAN_FRONTEND" = "noninteractive" ]; then
44
if [ "$RET" = "true" ]; then ISCAPE=true; fi
45
46
# ask for what should run on boot
47
- db_input critical librobotcontrol/q_runonboot || true
+ db_input medium librobotcontrol/q_runonboot || true
48
49
50
0 commit comments