create centos5 image failed, show unsupported centos5
IzekChen opened this issue · 2 comments
IzekChen commented
according to the wiki page, it show support centos5
but i can't do it
oz-version:0-14.0
os: ubuntu 14.04
Traceback (most recent call last):
File "./oz-0.14.0/oz-install", line 150, in
netdev, diskbus, macaddress)
File "/root/image-test/oz-0.14.0/oz/GuestFactory.py", line 105, in guest_factory
raise oz.OzException.OzException("Unsupported " + tdl.distro + " update " + tdl.update)
oz.OzException.OzException: Unsupported CentOS-5 update 0
clalancette commented
Oh, right. For CentOS-5, the updates are not "9", "10", "11", but instead are "U9", "U10", "U11". Try that out and see if that makes a difference.
clalancette commented
Closing this out since I haven't heard back. Feel free to reopen if you are still having trouble.