mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
vmklive: add -h, required a working syslinux version.
This commit is contained in:
parent
e75457d1b1
commit
2b92257eb8
2 changed files with 6 additions and 5 deletions
|
@ -173,7 +173,7 @@ _EOF
|
||||||
#
|
#
|
||||||
# main()
|
# main()
|
||||||
#
|
#
|
||||||
while getopts "C:c:k:o:r:s:v:" opt; do
|
while getopts "C:c:k:o:r:s:v:h" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
C) CONFIG_FILE="$OPTARG";;
|
C) CONFIG_FILE="$OPTARG";;
|
||||||
c) COMPRESSTYPE="$OPTARG";;
|
c) COMPRESSTYPE="$OPTARG";;
|
||||||
|
@ -182,6 +182,7 @@ while getopts "C:c:k:o:r:s:v:" opt; do
|
||||||
r) ROOTDIR="$OPTARG";;
|
r) ROOTDIR="$OPTARG";;
|
||||||
s) SPLASH_IMAGE="$OPTARG";;
|
s) SPLASH_IMAGE="$OPTARG";;
|
||||||
v) ISO_VOLUME="$OPTARG";;
|
v) ISO_VOLUME="$OPTARG";;
|
||||||
|
h) usage;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
shift $(($OPTIND - 1))
|
shift $(($OPTIND - 1))
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
replaces="xbps-mklive>=0 vanilla-mklive>=0"
|
revision=1
|
||||||
noextract=yes
|
noextract=yes
|
||||||
noarch=yes
|
noarch=yes
|
||||||
fulldepends="dracut>=018_2 cdrtools squashfs-tools syslinux"
|
replaces="xbps-mklive>=0 vanilla-mklive>=0"
|
||||||
revision=1
|
fulldepends="dracut>=018_2 cdrtools squashfs-tools syslinux>=4.05_2"
|
||||||
short_desc="Void Linux live image maker"
|
short_desc="Void Linux live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Add table
Reference in a new issue