Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build soup plugin in KVM test environment | Andreas Steffen | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Use new strongSwan HA kernel patchset keeping iptables ABI | Martin Willi | 2013-03-26 | 1 | -2/+1 |
| | | | | | Allows us to install stock debian iptables without the need for patching and compiling our own. | ||||
* | Added hostapd package to base image | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Add GNAT compiler and Ada libs to base image | Reto Buerki | 2013-03-19 | 1 | -0/+2 |
| | |||||
* | testing: Add screen package to base image | Tobias Brunner | 2013-03-05 | 1 | -1/+1 |
| | | | | Makes working in a single SSH session easier. | ||||
* | Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, ↵ | Andreas Steffen | 2013-02-19 | 1 | -2/+5 |
| | | | | org, and root zones | ||||
* | Build unbound and ipseckey plugins on KVM image | Andreas Steffen | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Make guest ACPI shutdown work | Reto Buerki | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Added less package to Debian base image | Andreas Steffen | 2013-01-17 | 1 | -0/+1 |
| | |||||
* | Make test scripts callable from any path | Reto Buerki | 2013-01-17 | 1 | -1/+3 |
| | |||||
* | Create all images in $BUILDDIR/images | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Add ethtool to debootstrap package includes | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Unify naming of base,root image settings | Reto Buerki | 2013-01-17 | 1 | -7/+7 |
| | |||||
* | Exclude iptables from debootstrap | Reto Buerki | 2013-01-17 | 1 | -4/+8 |
| | |||||
* | Run on_exit commands in FILO order | Reto Buerki | 2013-01-17 | 1 | -3/+2 |
| | |||||
* | Inform kernel about /dev/nbd0 partition changes | Reto Buerki | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Test availability of required commands | Reto Buerki | 2013-01-17 | 1 | -0/+2 |
| | |||||
* | Switch from raw images to qcow2 format | Reto Buerki | 2013-01-17 | 1 | -10/+31 |
| | | | | | 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. | ||||
* | Use do_on_exit() in build scripts for cleanup | Reto Buerki | 2013-01-17 | 1 | -3/+3 |
| | |||||
* | Import testing.conf file in function.sh | Reto Buerki | 2013-01-17 | 1 | -6/+1 |
| | | | | | This is needed to have access to $LOGFILE and possibly other config settings. | ||||
* | Use red color in die() function | Reto Buerki | 2013-01-17 | 1 | -7/+4 |
| | | | | This is the function where red color SHOULD be used. | ||||
* | Move execute wrappers to function.sh file | Reto Buerki | 2013-01-17 | 1 | -25/+0 |
| | |||||
* | Use log_action, log_status in build-baseimage script | Reto Buerki | 2013-01-17 | 1 | -9/+21 |
| | |||||
* | Add chroot() helper function | Reto Buerki | 2013-01-17 | 1 | -3/+8 |
| | |||||
* | Use execute wrapper to disable root password | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Use key(and password-)less SSH authentication | Tobias Brunner | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Add recipes for libtnc and TNC@FHH | Tobias Brunner | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | testing: Switch to Debian based guest images | Reto Buerki | 2012-12-18 | 1 | -0/+66 |
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. |