Use of dialog to capture user input.
[virt-p2v.git] / Makefile
index 329d4ce..f098f29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ all:
        @echo "make build              Build the live CD ISO"
        @echo "make boot [ISO=foo.iso] Boot built/named ISO (uses qemu)"
 
-build: livecd-test.ks
+build: livecd.ks
        rm -f $(LABEL).iso
        livecd-creator \
          --config=$< \
@@ -39,7 +39,7 @@ ISO   = $(LABEL).iso
 boot:
        qemu -m 512 -cdrom $(ISO)
 
-livecd-test.ks: livecd-test.ks.in livecd-post.sh Makefile
+livecd.ks: livecd.ks.in livecd-post.sh Makefile
        sed \
          -e 's|@BASEREPO@|$(BASEREPO)|g' \
          -e 's|@LANG@|$(LANG)|g' \
@@ -56,4 +56,4 @@ livecd-post.sh: livecd-post.sh.in p2v.init virt-p2v.sh Makefile
          < $< > $@
 
 clean:
-       rm -f *~ core livecd-test.ks livecd-post.sh
+       rm -f *~ core livecd.ks livecd-post.sh