<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 14, 2014 at 1:07 PM, Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Yes, but you need the statically linked version,<br>
<br>
        sudo apt-get install busybox-static<br>
<br>
you can verify whether it is dynamically linked using<br>
<br>
        ldd `which busybox`</blockquote><div> </div><div>Okay, installed the statically linked binary version of busybox, but</div><div>I am still getting the failure to change the root password:<br><br>    # lxc-create -t busybox -n test -l DEBUG -o /tmp/lxc.log<br>
    setting root password to "root"<br>    Failed to change root password</div><div><br></div><div>Any ideas how to overcome/workaround that?</div><div><br></div><div>I am also still skeptical about whether or not the busybox template</div>
<div>suits my purposes.  I'll continue to test it, just to prove the concept</div><div>for myself of getting a daemonized container running in a 10MB disk.</div><div>But really, all I need is a handful of binaries for use inside the tiniest</div>
<div>rootfs possible.  Namely /bin/dd, /bin/cat, and perhaps /bin/bash as</div><div>well.</div><div><br></div><div>Thanks again, Serge.</div><div>-Nels</div><div><br></div></div></div></div>