Package: xen-tools Severity: normal xen-create-image (Version: 1.2-0bpo1) has hardcoded that mirrors can only http, i can't see any reason why they can't be ftp
The offending section is at line 1184:
#
# Check mirror format
#
if (!($CONFIG{'mirror'} =~ /^http/i))
{
print "Please enter a valid mirror.\n";
exit;
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

