git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4542b7c
)
Add no_timer_check to disable faulty test during boot (RHBZ#502058).
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 26 Sep 2011 12:34:12 +0000
(13:34 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 19 Oct 2011 17:31:15 +0000
(18:31 +0100)
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
.
(cherry picked from commit
322106521f546d7c70c5a38255db7d243a456a6b
)
src/launch.c
patch
|
blob
|
history
diff --git
a/src/launch.c
b/src/launch.c
index
03ad39b
..
bc9b4b4
100644
(file)
--- a/
src/launch.c
+++ b/
src/launch.c
@@
-607,6
+607,7
@@
launch_appliance (guestfs_h *g)
"console=ttyS0 " /* serial console */ \
"udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \
"noapic " /* workaround for RHBZ#502058 - ok if not SMP */ \
+ "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 */