vmklive: use proper kernel version for isolinux menu, bump to 0.8.4.

This commit is contained in:
Juan RP 2012-03-09 09:08:41 +01:00
parent 155340c776
commit 6130dc294f
2 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ info_msg "[5/9] Copying isolinux files..."
mkdir -p "$ISOLINUX_DIR"
cp -f $SYSLINUX_DATADIR/isolinux.bin "$ISOLINUX_DIR"
cp -f $SYSLINUX_DATADIR/vesamenu.c32 "$ISOLINUX_DIR"
write_default_isolinux_conf $(uname -r)
write_default_isolinux_conf ${KERNELVERSION}
if [ -f "$SPLASH_IMAGE" ]; then
cp -f $SPLASH_IMAGE "$ISOLINUX_DIR"
fi

View File

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