show missing_commands only in verbose mode
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=87
This commit is contained in:
parent
5c9a1c65ce
commit
900fd5594a
@ -131,11 +131,11 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then
|
|||||||
date
|
date
|
||||||
#ping -n -v -c 5 10.0.2.2
|
#ping -n -v -c 5 10.0.2.2
|
||||||
#ping -n -v -c 5 10.0.2.4
|
#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
|
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
|
if ! grep -sq guestfs_rescue=1 /proc/cmdline; then
|
||||||
# Run the daemon under valgrind if ./configure --enable-valgrind-daemon
|
# Run the daemon under valgrind if ./configure --enable-valgrind-daemon
|
||||||
vg_channel=/dev/virtio-ports/org.libguestfs.valgrind
|
vg_channel=/dev/virtio-ports/org.libguestfs.valgrind
|
||||||
|
Loading…
Reference in New Issue
Block a user