vmklive: update to 0.7.1: remove hardcoded void-installer stuff.
This commit is contained in:
parent
5a729f8ccd
commit
4ed3204c20
2 changed files with 1 additions and 5 deletions
|
@ -328,10 +328,6 @@ done
|
||||||
install -Dm755 /bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
|
install -Dm755 /bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
|
||||||
install -Dm755 /sbin/blkid "$ROOTFS/sbin/blkid" || 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 $?
|
rm -f "$ROOTFS/bin/grep" || error_out $?
|
||||||
#
|
#
|
||||||
# Copy required xbps-casper files for autologin.
|
# Copy required xbps-casper files for autologin.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.7.0
|
version=0.7.1
|
||||||
short_desc="Void GNU/Linux live image maker"
|
short_desc="Void GNU/Linux live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Reference in a new issue