As of build 165, vim will be split into two packages: a core package with
just the executable and man pages, and another larger one containing the
full runtime.  In order to make zone installation fifteen or so megs
smaller, we should change the installation script to install vim-core
instead of vim:

    --- a/src/brand/pkgcreatezone
    +++ b/src/brand/pkgcreatezone
    @@ -523,7 +523,7 @@ pkglist="$pkglist
     #
     pkglist="$pkglist
            pkg:///shell/bash
    -       pkg:///editor/vim
    +       pkg:///editor/vim-core
            pkg:///network/ssh
            pkg:///network/ssh/ssh-key
            pkg:///service/network/ssh"

Note that running this script prior to build 165 being available will cause
the zone installation to fail, but that would only happen if you're running
nightly IPS bits and not nightly userland bits.  Since this change is
targeting build 165, then when the official build is available, everything
should just work.

Thanks,
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to