<div dir="ltr">Dan,<br><span class=""></span><br><span class=""></span><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
> Not yet.  Recommended course is to install bloody, then switch publishers to the one I mentioned earlier.  There are some fixes for systemd images not on the publisher yet.<br>
><br>
> Please read the README for io-lx for details on Installing an LX zone:<br>
><br>
> <a href="https://github.com/danmcd/io-lx-public/blob/master/README" rel="noreferrer" target="_blank">https://github.com/danmcd/io-<wbr>lx-public/blob/master/README</a><br>
><br>
> Neat. I tried it once the official way (using joyent images), then reworked<br>
> it to use images from docker export (which generates simple tarballs).<br>
><br>
> This is the base Alpine docker image:<br>
><br>
> lx0:/# uname -a<br>
> Linux lx0 4.4.15 BrandZ virtual linux x86_64 Linux<br>
<br>
</span>Oh cool!  I used an Alpine from Joyent early on.<br>
<br>
Tell me, would you like "zoneadm -z lx0 install -s <tarball>" to work as well?  I don't think it does currently, but it should.<br>
</blockquote></div><br></div><div class="gmail_extra">All I did was replace the zfs bit in lx_install with<br><br>mkdir -p $ZONEPATH/root<br>cd $ZONEPATH/root<br>gtar xf $ZFS_SEED<br><br></div><div class="gmail_extra">and it works perfectly.<br><br></div>Whether it makes sense to overload the -s flag, probably not.<br></div><div>I think I would use different flags - one for a zfs stream, one for a tarball,<br></div><div>other ones for downloading the images perhaps. I'm not at all sure you<br>want to be sniffing the file type and making guesses.<br></div><div><div class="gmail_extra"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Peter Tribble<br><a href="http://www.petertribble.co.uk/" target="_blank">http://www.petertribble.co.uk/</a> - <a href="http://ptribble.blogspot.com/" target="_blank">http://ptribble.blogspot.com/</a></div>
</div></div></div>