netinstall: Document use-serial-port.sh script
Where to find the values is probably not evident for everybody. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
e57977a323
commit
9cb75f6744
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) 2023 Denis 'GNUtoo' Carikli
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# See /usr/include/linux/input-event-codes.h for the key <-> values
|
||||
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 15 # TAB
|
||||
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 46 # C
|
||||
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 24 # O
|
||||
|
|
Loading…
Reference in New Issue