Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
kopiluwak [2009/08/19 10:09] el_angelokopiluwak [2009/09/14 09:04] 193.190.76.58
Line 20: Line 20:
 | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] | | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] |
 | tunctl      | 1.5          | [[http://tunctl.sourceforge.net]]  | | tunctl      | 1.5          | [[http://tunctl.sourceforge.net]]  |
- 
 ==== Configuration ==== ==== Configuration ====
 === Storage === === Storage ===
Line 36: Line 35:
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
 +if [ $TERM == screen ]; then
 /usr/bin/killall dhcpcd /usr/bin/killall dhcpcd
 /bin/rm -fr /var/db/dhcpcd* /bin/rm -fr /var/db/dhcpcd*
Line 66: Line 66:
 echo "reboot" echo "reboot"
 /sbin/reboot /sbin/reboot
 +else
 +echo "USE SCREEN";
 +fi
 </code> </code>
   * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster.   * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster.
Line 111: Line 114:
 <code python> <code python>
 </code> </code>
 +==== Guest 2: buildslave ====
  
 +lunar
 +ip 10.0.0.3
 +  vdeq qemu-system-x86_64 -vnc :2 -hda /dev/vg/lunar -m 512 -net vde,vlan=1 -net nic,vlan=1 -daemonize
  
- 
-==== Guest 2: buildslave ====