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