Bug#695873: memtest86+: Serial console does not work

2017-08-21 Thread Ruud Koolen
Attached patch should fix it. tag 695873 patch diff --git a/lib.c b/lib.c index a2b829d..6a7e210 100644 --- a/lib.c +++ b/lib.c @@ -1141,7 +1141,7 @@ void serial_console_setup(char *param) end++; - if (*end != '\0' || *end != ' ') + if (*end != '\0' && *end != ' ') return; /* garbage at

Bug#484338: xen-tools: No way to disable a flag enabled in the config file

2008-06-03 Thread Ruud Koolen
Package: xen-tools Severity: important The xen-create-image script (and possibly related xen-tools scripts) contains no way to disable a flag enabled in /etc/xen-tools/xen-tools.conf. For example, I can specify xen-create-image --passwd, but if the config file contains passwd=1, I can not