Add static network configuration option and make <Back> work.
[virt-p2v.git] / Makefile.in
index ad3fcdf..58315c7 100644 (file)
@@ -84,7 +84,7 @@ endif
 # Update an existing ISO.
 
 update: checkroot checkscript
-       -./iso-attach delete $(ISO)
+       -./iso-attach delete $(ISO) 2>/dev/null
        ./iso-attach add $(ISO) virt-p2v
 
 # Check that we are root.