vmklive: update for latest changes to base-system-live.

This commit is contained in:
Juan RP 2012-03-19 11:59:31 +01:00
parent da91c4ff91
commit a992c6aa4b
2 changed files with 3 additions and 9 deletions

View File

@ -339,16 +339,10 @@ cp -f /boot/vmlinuz-${KERNELVERSION} "$BUILDDIR/casper/vmlinuz" || error_out $?
mkdir -p "$ROOTFS/lib/modules"
cp -a /lib/modules/${KERNELVERSION} "$ROOTFS/lib/modules" || error_out $?
# XXX: install GNU find, grep and xargs.
for f in find grep xargs; do
install -Dm755 /usr/bin/${f} "$ROOTFS/usr/bin/$f" || error_out $?
done
# XXX: install lsblk and blkid from util-linux.
install -Dm755 /bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
install -Dm755 /sbin/blkid "$ROOTFS/sbin/blkid" || error_out $?
install -Dm755 /usr/bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
install -Dm755 /usr/sbin/blkid "$ROOTFS/sbin/blkid" || 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.8.4
version=0.8.5
short_desc="Void GNU/Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"