Joey Boggs wrote:
---
 scripts/ovirt-functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index e660cd7..fc43343 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -244,7 +244,7 @@ ptr() {
 # PXE /dev/loop0 (loopback ISO)
 # not available when booted from local disk installation
 mount_live() {
-    if grep -q " /live " /proc/mounts; then
+    if grep -q " /live " /etc/mtab; then
         return 0
     fi
     local live_dev=/dev/live
acked and passed autobuild, pushed to next

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to