X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Flaunch.c;h=80eadef2737b347a3f7d84541d75dfd991dd1f54;hp=515ccd56be673a6f2d52b5acdf2f21e12db915da;hb=322106521f546d7c70c5a38255db7d243a456a6b;hpb=3c7b3634b2c86a4c41fec044ccb59a1fe3224e66 diff --git a/src/launch.c b/src/launch.c index 515ccd5..80eadef 100644 --- a/src/launch.c +++ b/src/launch.c @@ -606,6 +606,7 @@ launch_appliance (guestfs_h *g) "panic=1 " /* force kernel to panic if daemon exits */ \ "console=ttyS0 " /* serial console */ \ "udevtimeout=300 " /* 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 */ \ "cgroup_disable=memory " /* saves us about 5 MB of RAM */