| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several packages got renamed/updated, libgcrypt was apparently installed
by default previously.
Since most libraries changed we have to completely rebuild all the tools
installed in the root image. We currently don't provide a clean target in
the recipes, and even if we did we'd have to track which base image we
last built for. It's easier to just use a different build directory for
each base image, at the cost of some additional disk space (if not manually
cleaned). However, that's also the case when updating kernel or
software versions.
|
|
|
|
|
| |
If libvirt is not running virsh can't connect to it and will complain that
the socket does not exist.
|
|
|
|
|
| |
Sometimes guests are not stopped properly. If images are then modified
they will be corrupted.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows to use minimal copy-on-write clones of the base image as
guest images, which in turn saves a lot of disk space.
|
| |
|
| |
|
|
|
|
|
| |
This function allows to register an exit action which executes when the
calling script terminates.
|
|
|
|
|
| |
This is needed to have access to $LOGFILE and possibly other config
settings.
|
|
|
|
| |
This is the function where red color SHOULD be used.
|
| |
|
|
|
|
|
| |
These two functions are used to log action descriptions and the
corresponding command exit status in a consistent way.
|
|
|
|
|
|
|
|
|
|
| |
Instead of extracting a downloaded Gentoo filesystem tree into a file
containing a reiserfs filesystem, create an ext3 filesystem inside a
sparse file, mount it and debootstrap an up-to-date Debian system. Use
this image as base for all UML guest images.
Also, drop support for the various consoles and use xterm
unconditionally.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
- applied patch for charon
|