vmklive: make sure module-init-tools vpkg is always found.

This commit is contained in:
Juan RP 2012-05-29 16:13:05 +02:00
parent 4bb54df21b
commit b837c7a9ed
2 changed files with 3 additions and 1 deletions

View file

@ -334,6 +334,8 @@ echo "virtual-package rsyslog { targets = syslog-daemon-0 }" \
>> $ROOTFS/etc/xbps/xbps.conf
echo "virtual-package dcron { targets = cron-daemon-0 }" \
>> $ROOTFS/etc/xbps/xbps.conf
echo "virtual-package kmod { targets = module-init-tools-3.17 }" \
>> $ROOTFS/etc/xbps/xbps.conf
_devel=$($XBPS_UHELPER_CMD -r $ROOTFS version xbps-devel)
if [ -n "${_devel}" ]; then
echo "virtual-package xbps-devel { targets = xbps-9999 }" \

View file

@ -1,6 +1,6 @@
# Template file for 'vmklive'
pkgname=vmklive
version=0.9.1
version=0.9.2
replaces="xbps-mklive>=0 vanilla-mklive>=0"
noextract=yes
noarch=yes