On Tue, 2015-07-21 at 23:45 -0700, Martin Michlmayr wrote:
> 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.

Thanks. I think it should probably check for both names to ease
backporting etc.
> 
> 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.

I think you might be right, apart from backports. Maybe in the context
of the udeb we should not worry about that though?

> 
> 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
> 


-- 
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