Hello,

On Tue, Sep 9, 2008 at 9:01 PM, pedro.cortez at gmail.com <mail at belenix.org> 
wrote:
> Can Solaris packages be added to Belenix's Thumbdrive form (e.g. SUNWgcc, 
> SUNWmdr)? If not, what about Belenix-compiled packages on the thumbdrive?
>

   Solaris packages may or may not work on BeleniX depending on how
   they were compiled and which libs they use. Though SUNWgcs,
   SUNWmdr should work just fine.

   However a LiveUSB is just like a LiveCD: "/usr" is read-only since it is
   still compressed. So an ordinary pkgadd will fail. Since a USB does have
   writable space it is possible to add packages into an alternate writable
   prefix and set that in the PATH when using:

   mkdir /.cdrom/altpkgs
   pkgadd -R /.cdrom/altpkgs -d ... <package>

   export PATH=/.cdrom/altpkgs/.../bin:${PATH}

Regards,
Moinak.

-- 
================================
http://www.belenix.org/
http://moinakg.wordpress.com/

Reply via email to