summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-09-26 13:34:12 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-09-26 13:35:24 +0100
commit322106521f546d7c70c5a38255db7d243a456a6b (patch)
tree363d88fbd1871ae78573b50f23fc7947c53522ef /src
parent3c7b3634b2c86a4c41fec044ccb59a1fe3224e66 (diff)
downloadlibguestfs-322106521f546d7c70c5a38255db7d243a456a6b.tar.gz
libguestfs-322106521f546d7c70c5a38255db7d243a456a6b.tar.xz
libguestfs-322106521f546d7c70c5a38255db7d243a456a6b.zip
Add no_timer_check to disable faulty test during boot (RHBZ#502058).
See: https://bugzilla.redhat.com/show_bug.cgi?id=502058#c15 https://bugzilla.redhat.com/show_bug.cgi?id=698842#c8 This updates commit 79e66f89e2f6c27486476d7857da58feb491bf5c.
Diffstat (limited to 'src')
-rw-r--r--src/launch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/launch.c b/src/launch.c
index 515ccd56..80eadef2 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 */