Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 02f76aa61894a98a25c3bda9871bf8751bcd531c Author: Sven Eckelmann sven@narfation.org Date: Sun Nov 3 16:16:29 2019 +0000
doc: open-mesh/OpenWrt_in_QEMU: disable i8042 in debian boot to improve boot time
02f76aa61894a98a25c3bda9871bf8751bcd531c open-mesh/OpenWrt_in_QEMU.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/OpenWrt_in_QEMU.textile b/open-mesh/OpenWrt_in_QEMU.textile index 35f50c5..8254708 100644 --- a/open-mesh/OpenWrt_in_QEMU.textile +++ b/open-mesh/OpenWrt_in_QEMU.textile @@ -100,7 +100,7 @@ BASE_IMG=openwrt-x86-64-combined-ext4.img #BASE_IMG=debian.img #BOOTARGS+=("-bios" "qboot/bios.bin") #BOOTARGS+=("-kernel" "linux-next/arch/x86/boot/bzImage") -#BOOTARGS+=("-append" "root=/dev/vda rw console=ttyS0 nokaslr tsc=reliable no_timer_check noreplace-smp rootfstype=ext4 rcupdate.rcu_expedited=1 reboot=t pci=lastbus=0") +#BOOTARGS+=("-append" "root=/dev/vda rw console=ttyS0 nokaslr tsc=reliable no_timer_check noreplace-smp rootfstype=ext4 rcupdate.rcu_expedited=1 reboot=t pci=lastbus=0 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1")
for i in $(seq 1 "${NUM_SESSIONS}"); do if [ ! -e "/sys/class/net/tap${i}" ]; then