Michagogo

Results 20 comments of Michagogo

That's not a good solution, because it's the state of a VM after a whole build, with some packages installed and files present. That's a problem -- I've tried using...

Actually, what about doing that copy after a manual make-clean-vm plus a manual package upgrade? On Thu, Jun 4, 2015 at 10:17 PM, Micha Bailey [email protected] wrote: > That's not...

Is there anything in `make-clean-vm` (or rather, in `target-bin/bootstrap-fixup`) that shouldn't be repeated? On Thu, Jun 4, 2015 at 10:35 PM, Dev Random [email protected] wrote: > I was just going...

I seem to be getting an error, something about already having added a user, but it appears to be harmless.

Hm. So now every time some packages are updated, gbuild fails unless I go through that process of upgrading the base container again.

I don't have it written down. I think it failed when running grab-packages or something like that, but I can't recreate it now until Ubuntu releases more updates. On Wednesday,...

No -- it's still something that needs to be done on each build, and it takes a very long time. There's a workaround to manually update the base, but it's...

(#120 would help with that last part. I meant to research and figure out how to get that to work - or even better, to use LXC's tools to create...

As a side note: why was this method of creating the base container chosen? AIUI there are other, more "correct" ways of creating LXCs. There's the `lxc-create` command for creating...

And if we want to get even more streamlined, there may not even be a need to shell out. LXC has Ruby bindings. But even if we don't touch that,...