forked from josch/mmdebstrap
make_mirror.sh: add console=tty0 to linux cmdline
This commit is contained in:
parent
822f8eafec
commit
46f5889b54
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ timeout 0
|
|||
|
||||
label linux
|
||||
kernel /vmlinuz
|
||||
append initrd=/initrd.img root=/dev/vda1 rw console=ttyS0,115200
|
||||
append initrd=/initrd.img root=/dev/vda1 rw console=tty0 console=ttyS0,115200n8
|
||||
serial 0 115200
|
||||
END
|
||||
cat << END > "$tmpdir/mmdebstrap.service"
|
||||
|
|
Loading…
Reference in a new issue