Package: qcontrol
Version: 0.5.4-4
Severity: important
Tags: patch

Marco Basso reported that d-i stretch alpha 1 reboots after 5 minutes.
The watchdog doesn't get disabled.

The following patch makes it work.

Comments:

1) I don't think we need to add backwards compatibility for the old
filename since this is only for d-i.

2) I wonder if we can drop that check altogether with current
qcontrol; not sure.

diff --git a/debian/udeb/qcommand b/debian/udeb/qcommand
index 04d767c..ddb7523 100644
--- a/debian/udeb/qcommand
+++ b/debian/udeb/qcommand
@@ -22,7 +22,7 @@ esac
 # The gpio_keys character device is required with the default
 # Debian configuration file.
 test_event_dev() {
-       [ -c /dev/input/by-path/platform-gpio-keys-event ] || return 1
+       [ -c /dev/input/by-path/platform-gpio_keys-event ] || return 1
 }
 
 case $device in

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to