vmklive: use proper kernel version for isolinux menu, bump to 0.8.4.
This commit is contained in:
parent
155340c776
commit
6130dc294f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user