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@@" \
|
||||
> $ROOTFS/etc/xbps/xbps.conf
|
||||
echo "TransactionFrequencyFlush = 0" \
|
||||
>> $ROOFS/etc/xbps/xbps.conf
|
||||
>> $ROOTFS/etc/xbps/xbps.conf
|
||||
echo "virtual-package rsyslog { targets = syslog-daemon-0 }" \
|
||||
>> $ROOTFS/etc/xbps/xbps.conf
|
||||
echo "virtual-package dcron { targets = cron-daemon-0 }" \
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'vmklive'
|
||||
pkgname=vmklive
|
||||
version=0.8.0
|
||||
revision=1
|
||||
version=0.8.1
|
||||
short_desc="Void GNU/Linux live image maker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public domain"
|
||||
|
|
Loading…
Reference in a new issue