Skip to content

Commit 37826bc

Browse files
author
John Garbutt
committed
Move the ubuntu template generator to use Squeeze.
Newer versions of XenServer don't have lenny templates, so moving to use Squeeze. Change-Id: I95473d4cdc6caad86bc53799fe2ecbedd9223026
1 parent 4ffbe0b commit 37826bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/xen/scripts/xenoneirictemplate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
BASE_DIR=$(cd $(dirname "$0") && pwd)
99
source $BASE_DIR/../../../localrc
1010

11-
LENNY=$(xe template-list name-label=Debian\ Lenny\ 5.0\ \(32-bit\) --minimal)
11+
LENNY=$(xe template-list name-label=Debian\ Squeeze\ 6.0\ \(32-bit\) --minimal)
1212

1313
if [[ -z $LENNY ]] ; then
14-
echo "Cant find lenny 32bit template, is this on 6.0.2?"
14+
echo "Cant find Squeeze 32bit template."
1515
exit 1
1616
fi
1717

0 commit comments

Comments
 (0)