Rich Burridge wrote:
> On 06/24/10 13:35, Chris Quenelle wrote:
>> June 24 update:
>>
>> https://defect.opensolaris.org/bz/show_bug.cgi?id=15623
>>
>> complete webrev:
>> http://cr.opensolaris.org/~quenelle/webrev.15623/
>>
>> Additional fixes relative to June 22 version:
>> http://cr.opensolaris.org/~quenelle/June24.recent/
>>
>> - Changed all indenting to 4 spaces, even if it means
>> causing a line-wrap.
>> - Removed some spaces on otherwise blank lines
>> - Fixed typo
>>
>> I've built this against build 134 now, so I think
>> we're all set. My build process requires a bootstrap
>> import of an ON package. Rich's scripts use SUNWiscsi,
>> but I had to change this for build 134. Presumably because
>> knowledge of the old SUNWiscsi went away. I used driver/firewire
>> instead, and it worked.
>>
>
> Thanks for debugging this Chris. I'll update my blog post
> (and the start-import script that it points to) to reflect this,
> just in case there are others who still use it.
>
Thanks!
Here are the paths I used.
Probably better to replace "134" with ${BUILD}
in the strings below.
in start-import:
export NONWOS_PKGS="\
/net/paradise/export/integrate_dock/nv/nv_osoldev_134/${ARCH} \
/net/paradise/export/integrate_dock/nv/nv_osoldev_134/all"
export WOS_PKGS="\
/net/paradise/export/integrate_dock/nv/nv${platform}_wos_134/i386"
in start-cluster:
export NONWOS_PKGS="\
$PKGS \
/net/paradise.sfbay/export/integrate_dock/nv/nv_osolub/${ARCH} \
/net/paradise/export/integrate_dock/nv/nv_osoldev_134/${ARCH} \
/net/paradise/export/integrate_dock/nv/nv_osoldev_134/all"
export WOS_PKGS="\
/net/paradise/export/integrate_dock/nv/nvx_wos_134/${ARCH}"
Where PKGS is my local directory with additional SVR4 packages.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss