Rewrite /etc/fstab and transport image to remote end.
[virt-p2v.git] / p2v.init
index cb54b24..153b148 100644 (file)
--- a/p2v.init
+++ b/p2v.init
@@ -15,9 +15,12 @@ start)
        /sbin/modprobe dm_snapshot
 
        # Start the P2V script.
-       /usr/bin/virt-p2v.sh
+       /usr/bin/virt-p2v.sh &
 
        ;;
 
 *)     ;;
 esac
+
+# This file must end with a newline
+