Thanks Ethan when you say that the manifest must be a http url, does it accept:
http://123.123.123.66 or does it require http://host66 since at the time it uses it there is no name service available. From what I was seeing at the command line when the AI image was booted, pkg set-publisher would not accept http://123.123.123.66:3333, but would accept http://host66:3333 as long as it could resolve the hostname. Also, what is the format for the manifest, or is there one I can copy and modify from somewhere? Is there a location on the AI image I can find it? Cheers Frank Ethan Quach wrote: > > From the description above, it seems like you're trying to set the > publisher for the running AI boot image environment. That's not > going to make installer install from that repo. > > What you need to do is update the repo specification in the AI manifest > that the installer uses. (I'm assuming you're booting the AI media > directly) Best option is just to boot and make the installer prompt > you for a custom manifest, which has your repo specified in it: > > ok> boot cdrom - install prompt > > The manifest you point it to must be an 'http' url (current limitation > right now). > > > (Booting the AI media is a new feature, and documentation on it > isn't yet in the dev AI guide unfortunately.) > > > thanks, > -ethan >