summaryrefslogtreecommitdiffstats
path: root/remote/modules/qemukvm
Commit message (Collapse)AuthorAgeFilesLines
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-1/+1
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* woopsie, the return ;)Jonathan Bauer2014-03-253-64/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-253-0/+64
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [qemukvm] services, addon-init, env file, udev reload etc. NOT TESTED ENOUGH!Christian Rößler2013-12-174-1/+25
|
* [qemukvm] More qemukvm configurationChristian Rößler2013-12-172-4/+9
|
* [qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked ↵Christian Rößler2013-12-163-0/+59
| | | | tomorrow.
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-132-0/+272
There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM