Fix misspelling of Ubuntu so tdl is properly found.

Found while looking at issue #29.

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
This commit is contained in:
Jeff Peeler 2012-03-27 22:45:42 -04:00
parent 5a66af974b
commit 3b49124ee3
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ def jeos_create(options, arguments):
elif distro == 'F17':
iso = '/var/lib/libvirt/images/Fedora-17-x86_64-DVD.iso'
elif distro == 'U10':
iso = '/var/lib/libvirt/images/ubutnu-10.04.3-server-amd64.iso'
iso = '/var/lib/libvirt/images/ubuntu-10.04.3-server-amd64.iso'
else:
print 'distro %s not supported' % distro
print 'try: F15, F16, F17 or U10'