vmklive: use splash bg from void-artwork pkg.

This commit is contained in:
Juan RP 2011-10-18 18:16:35 +02:00
parent d7e911ab67
commit 9456615271
3 changed files with 2 additions and 3 deletions

View file

@ -172,7 +172,7 @@ fi
# The following vars can be overwritten by the config file. # The following vars can be overwritten by the config file.
# #
SYSLINUX_DATADIR="/usr/share/syslinux" SYSLINUX_DATADIR="/usr/share/syslinux"
SPLASH_IMAGEDIR="/usr/share/vmklive/syslinux" SPLASH_IMAGEDIR="/usr/share/void-artwork"
SPLASH_IMAGE="$SPLASH_IMAGEDIR/splash.png" SPLASH_IMAGE="$SPLASH_IMAGEDIR/splash.png"
XBPS_REPO_CMD="xbps-repo" XBPS_REPO_CMD="xbps-repo"
XBPS_BIN_CMD="xbps-bin" XBPS_BIN_CMD="xbps-bin"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View file

@ -1,6 +1,6 @@
# Template file for 'vmklive' # Template file for 'vmklive'
pkgname=vmklive pkgname=vmklive
version=0.6.0 version=0.6.1
build_style=custom-install build_style=custom-install
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>"
@ -27,5 +27,4 @@ do_build()
do_install() do_install()
{ {
vinstall ${pkgname}.sh 755 usr/sbin vmklive vinstall ${pkgname}.sh 755 usr/sbin vmklive
vinstall ${FILESDIR}/splash.png 644 usr/share/vmklive/syslinux
} }