vmklive: use splash bg from void-artwork pkg.
This commit is contained in:
parent
d7e911ab67
commit
9456615271
|
@ -172,7 +172,7 @@ fi
|
|||
# The following vars can be overwritten by the config file.
|
||||
#
|
||||
SYSLINUX_DATADIR="/usr/share/syslinux"
|
||||
SPLASH_IMAGEDIR="/usr/share/vmklive/syslinux"
|
||||
SPLASH_IMAGEDIR="/usr/share/void-artwork"
|
||||
SPLASH_IMAGE="$SPLASH_IMAGEDIR/splash.png"
|
||||
XBPS_REPO_CMD="xbps-repo"
|
||||
XBPS_BIN_CMD="xbps-bin"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vmklive'
|
||||
pkgname=vmklive
|
||||
version=0.6.0
|
||||
version=0.6.1
|
||||
build_style=custom-install
|
||||
short_desc="Void GNU/Linux live image maker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -27,5 +27,4 @@ do_build()
|
|||
do_install()
|
||||
{
|
||||
vinstall ${pkgname}.sh 755 usr/sbin vmklive
|
||||
vinstall ${FILESDIR}/splash.png 644 usr/share/vmklive/syslinux
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue