From 900fd5594a700b325b4353722f534a8b7e6ceda353c85ecfa066a6ef7983fa52 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 13 Sep 2012 07:57:31 +0000 Subject: [PATCH] show missing_commands only in verbose mode OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=87 --- libguestfs.mkinitrd.boot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguestfs.mkinitrd.boot.sh b/libguestfs.mkinitrd.boot.sh index 9570314..d535d6d 100644 --- a/libguestfs.mkinitrd.boot.sh +++ b/libguestfs.mkinitrd.boot.sh @@ -131,11 +131,11 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then date #ping -n -v -c 5 10.0.2.2 #ping -n -v -c 5 10.0.2.4 + echo "These commands might be called by guestfsd, but they were not available at buildtime:" + echo "missing commands: $missing_commands" + echo fi -echo "These commands might be called by guestfsd, but they were not available at buildtime:" -echo "missing commands: $missing_commands" -echo if ! grep -sq guestfs_rescue=1 /proc/cmdline; then # Run the daemon under valgrind if ./configure --enable-valgrind-daemon vg_channel=/dev/virtio-ports/org.libguestfs.valgrind