vmklive: update to 0.7.1: remove hardcoded void-installer stuff.

This commit is contained in:
Juan RP 2012-02-04 18:23:29 +01:00
parent 5a729f8ccd
commit 4ed3204c20
2 changed files with 1 additions and 5 deletions

View file

@ -328,10 +328,6 @@ done
install -Dm755 /bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
install -Dm755 /sbin/blkid "$ROOTFS/sbin/blkid" || error_out $?
# Install Void installer.
install -Dm755 $HOME/projects/void-installer/void-installer.sh \
"$ROOTFS/usr/sbin/void-installer" || error_out $?
rm -f "$ROOTFS/bin/grep" || error_out $?
#
# Copy required xbps-casper files for autologin.

View file

@ -1,6 +1,6 @@
# Template file for 'vmklive'
pkgname=vmklive
version=0.7.0
version=0.7.1
short_desc="Void GNU/Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"