Searched refs:TEMPLATE (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-slackware.in593 TEMPLATE=${TEMPLATE:-minimal-lxc}
594 if [ ! "$TEMPLATE" = "minimal-lxc" ]; then
595 if [ -f /etc/slackpkg/templates/$TEMPLATE.template ]; then
596 cat /etc/slackpkg/templates/$TEMPLATE.template \
597 > $CONF/templates/$TEMPLATE.template
599 TEMPLATE="minimal-lxc"
607 slackpkg install-template $TEMPLATE

Completed in 8 milliseconds