X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=01242507749f858bb7e3b6f5502a1d5842576e8d;hb=1835c920726e5ce4f012ba1fc4cba0d33c9b316a;hp=f098f2926de64b262db767c20dab385ba6b76505;hpb=cc7a490c49e75e0c0b29098f212ed3c0f3f73612;p=virt-p2v.git diff --git a/Makefile b/Makefile index f098f29..0124250 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,7 @@ all: build: livecd.ks rm -f $(LABEL).iso - livecd-creator \ - --config=$< \ - --fslabel=$(LABEL) + livecd-creator --config=$< --fslabel=$(LABEL) ls -lhtr *.iso ISO = $(LABEL).iso @@ -47,12 +45,14 @@ livecd.ks: livecd.ks.in livecd-post.sh Makefile -e 's|@TIMEZONE@|$(TIMEZONE)|g' \ < $< | cat - livecd-post.sh > $@ -livecd-post.sh: livecd-post.sh.in p2v.init virt-p2v.sh Makefile +livecd-post.sh: livecd-post.sh.in p2v.init virt-p2v.sh inittab Makefile sed \ -e '/@P2V.INIT@/ r p2v.init' \ -e '/@P2V.INIT@/ d' \ -e '/@VIRT-P2V.SH@/ r virt-p2v.sh' \ -e '/@VIRT-P2V.SH@/ d' \ + -e '/@INITTAB@/ r inittab' \ + -e '/@INITTAB@/ d' \ < $< > $@ clean: