[Pkg-libvirt-commits] [libguestfs] 75/233: init: Display clocksource (only when debugging is enabled).
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit a1eacea5729b209d1187981d704193723004d6b1
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Jan 18 16:55:09 2014 +0000
init: Display clocksource (only when debugging is enabled).
---
appliance/init | 2 ++
1 file changed, 2 insertions(+)
diff --git a/appliance/init b/appliance/init
index be547e3..b25ea26 100755
--- a/appliance/init
+++ b/appliance/init
@@ -108,6 +108,8 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then
lsmod
#hwclock -r
date
+ echo -n "clocksource: "
+ cat /sys/devices/system/clocksource/clocksource0/current_clocksource
#ping -n -v -c 5 10.0.2.2
#ping -n -v -c 5 10.0.2.4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list