On 5/17/19 6:31 AM, Laurent Vivier wrote: > Debian console-setup uses /proc/hardware to guess the keyboard layout. > If the file /proc/hardware cannot be opened, the installation fails. > > This patch adds a pseudo /proc/hardware file to report the model of > the machine. Instead of reporting a known and fake model, it > reports "qemu-m68k", which is true, and avoids to set the configuration > for an Amiga/Apple/Atari and let the user to chose the good one. > > Bug: https://github.com/vivier/qemu-m68k/issues/34 > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > linux-user/syscall.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~