From 4c4d5d53ffd80c2f7f5b3812d0cbf4615854bcdc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 16 Mar 2016 13:28:19 +0000 Subject: [PATCH] Add udev.event-timeout=6000 to kernel command line for newer udev. --- run-supernested.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-supernested.sh.in b/run-supernested.sh.in index 879886c..7b2752e 100644 --- a/run-supernested.sh.in +++ b/run-supernested.sh.in @@ -24,7 +24,7 @@ image="supernested-@VERSION@-@DISTRO@.qcow2" format=qcow2 kernel=kernel initrd=initrd -append="panic=1 console=ttyS0 udevtimeout=6000 no_timer_check printk.time=1 root=/dev/sda selinux=0" +append="panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 root=/dev/sda selinux=0" smp= tcg= -- 1.8.3.1