Processed: Re: Bug#969070: $console handling might result in unbootable system

2020-08-27 Thread Debian Bug Tracking System
Processing control commands: > severity 969070 important Bug #969070 [src:flash-kernel] $console handling might result in unbootable system Severity set to 'important' from 'critical' -- 969070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969070 Debian Bug Tracking System Contact

Bug#969070: $console handling might result in unbootable system

2020-08-27 Thread Vagrant Cascadian
Control: severity 969070 important On 2020-08-27, Andre Heider wrote: > Since [0] flash-kernel does: > >if test -n "${console}"; then > setenv bootargs "${bootargs} console=${console}" >fi > > The common $console format as set by u-boot includes the leading "console=": >

Bug#969070: $console handling might result in unbootable system

2020-08-26 Thread Andre Heider
Source: flash-kernel Severity: critical Since [0] flash-kernel does: if test -n "${console}"; then setenv bootargs "${bootargs} console=${console}" fi The common $console format as set by u-boot includes the leading "console=": include/configs/arndale.h:#define CONFIG_DEFAULT_CONSOLE