vmklive: typofix for rootfs generated xbps.conf, bump to 0.8.1.
This commit is contained in:
parent
aaee4d9f6f
commit
072a94920c
2 changed files with 2 additions and 3 deletions
|
@ -345,7 +345,7 @@ rm -f $ROOTFS/etc/xbps/xbps.conf
|
||||||
echo "# xbps.conf generated by vmklive-@@MKLIVE_VERSION@@" \
|
echo "# xbps.conf generated by vmklive-@@MKLIVE_VERSION@@" \
|
||||||
> $ROOTFS/etc/xbps/xbps.conf
|
> $ROOTFS/etc/xbps/xbps.conf
|
||||||
echo "TransactionFrequencyFlush = 0" \
|
echo "TransactionFrequencyFlush = 0" \
|
||||||
>> $ROOFS/etc/xbps/xbps.conf
|
>> $ROOTFS/etc/xbps/xbps.conf
|
||||||
echo "virtual-package rsyslog { targets = syslog-daemon-0 }" \
|
echo "virtual-package rsyslog { targets = syslog-daemon-0 }" \
|
||||||
>> $ROOTFS/etc/xbps/xbps.conf
|
>> $ROOTFS/etc/xbps/xbps.conf
|
||||||
echo "virtual-package dcron { targets = cron-daemon-0 }" \
|
echo "virtual-package dcron { targets = cron-daemon-0 }" \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=1
|
|
||||||
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>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Reference in a new issue