create-vmachine: Remove unused Portage variables

master
Dustin C. Hatch 2014-01-16 21:57:44 -06:00
parent b420683c70
commit 7bfdae8ec5
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ done
set -e set -e
PORTDIR=$(portageq envvar PORTDIR)
DISTDIR=$(portageq envvar DISTDIR)
PKGDIR=$(portageq envvar PKGDIR)
if lvdisplay ${VG}/${VMNAME} >/dev/null 2>&1; then if lvdisplay ${VG}/${VMNAME} >/dev/null 2>&1; then
echo "ERROR: Logical volume ${VMNAME} already exists in group ${VG}" >&2 echo "ERROR: Logical volume ${VMNAME} already exists in group ${VG}" >&2
exit 1 exit 1