Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit affce0680d11e6342be99102cd6268e8754d0ff0 Author: Sven Eckelmann sven@narfation.org Date: Sun Nov 3 15:46:07 2019 +0000
doc: open-mesh/OpenWrt_in_QEMU: improve boottime for debian image boot
affce0680d11e6342be99102cd6268e8754d0ff0 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 db78a5b..e0df95d 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") +#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")
for i in $(seq 1 "${NUM_SESSIONS}"); do if [ ! -e "/sys/class/net/tap${i}" ]; then