LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to update zfs-based flar? (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-update-zfs-based-flar-4175457782/)

sluge 04-11-2013 07:35 AM

How to update zfs-based flar?
 
Hello!

I have ZFS-based flash archive (flar file). I need to install to it several additional packages and patches. As I know, it is possible for USF-based flar, but how to do it with ZFS-based one?

jlliagre 04-11-2013 08:34 AM

How would you do it with UFS based flars ?

sluge 04-11-2013 11:49 PM

Quote:

Originally Posted by jlliagre (Post 4929733)
How would you do it with UFS based flars ?

  1. Unpack flar using flar split
  2. Uncompress it
  3. uncpio
  4. pkgadd

jlliagre 04-12-2013 10:23 AM

I have no ZFS flar to check but I guess a similar approach might be doable:
  • Unpack flar using flar split
  • Uncompress the archive
  • read the datastream (zfs receive ...)
  • pkgadd ..
  • write the datastream (zfs send ...)
  • Repack the flar


All times are GMT -5. The time now is 07:44 PM.