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:
b1e1ca2
)
appliance: Prefix kernel messages with timestamp.
author
Richard Jones
<rjones@redhat.com>
Mon, 9 Nov 2009 14:15:43 +0000
(14:15 +0000)
committer
Richard Jones
<rjones@redhat.com>
Tue, 10 Nov 2009 16:32:20 +0000
(16:32 +0000)
src/guestfs.c
patch
|
blob
|
history
diff --git
a/src/guestfs.c
b/src/guestfs.c
index
c8b52c5
..
65c68c8
100644
(file)
--- a/
src/guestfs.c
+++ b/
src/guestfs.c
@@
-1157,6
+1157,7
@@
guestfs__launch (guestfs_h *g)
"udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \
"noapic " /* workaround for RHBZ#502058 - ok if not SMP */ \
"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 */
/* Linux kernel command line. */