Version 0.5 -- fixed tty problems, added virt-p2v-unpack script.
[virt-p2v.git] / livecd-post.sh.in
index c5ade08..f591405 100644 (file)
 #
 # $Id$
 
-# Create a 'p2v' init script which runs last thing during the
-# boot.
-
-cat > /etc/init.d/p2v << '__EOF4321__'
-@P2V.INIT@
-__EOF4321__
-
-# Make the 'p2v' script run when the live CD boots.
-chmod 0755 /etc/init.d/p2v
-/sbin/restorecon /etc/init.d/p2v
-/sbin/chkconfig --add p2v
+# This is the virt-p2v shell script.
 
 cat > /usr/bin/virt-p2v.sh << '__EOF1234__'
 @VIRT-P2V.SH@