diff options
Diffstat (limited to 'src/launch.c')
-rw-r--r-- | src/launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch.c b/src/launch.c index 6c8105e4..ca5cab25 100644 --- a/src/launch.c +++ b/src/launch.c @@ -831,7 +831,7 @@ launch_appliance (guestfs_h *g) #define LINUX_CMDLINE \ "panic=1 " /* force kernel to panic if daemon exits */ \ "console=" SERIAL_CONSOLE " " /* serial console */ \ - "udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \ + "udevtimeout=600 " /* good for very slow systems (RHBZ#480319) */ \ "no_timer_check " /* fix for RHBZ#502058 */ \ "acpi=off " /* we don't need ACPI, turn it off */ \ "printk.time=1 " /* display timestamp before kernel messages */ \ |