~lifeless/ubuntu/lucid/vm-builder/fixes

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/templates/interfaces.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen, Nicolas Barcet, Soren Hansen
  • Date: 2008-10-03 18:52:06 UTC
  • Revision ID: james.westby@ubuntu.com-20081003185206-pacbery3cmauq9do
Tags: 0.9-0ubuntu2
[ Nicolas Barcet ]
* Added hint for more help (LP: #269323)
* Added firstscripts plugin to fix regression on --firstboot and --firstlogin (LP: #268957)
* Added postinst plugin to fix regression on --exec and add --copy (LP: #268955) 
* Added man page.

[ Soren Hansen ]
* Include ubuntu-vm-builder package. (LP: #277272)
* Read additional config file given by '-c'. (LP: #276813)
* Fix regression from ubuntu-vm-builder: Make output from subprocess
  non-buffered.
* Let --overwrite apply for libvirt as well. (LP: #276322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#else
13
13
iface eth0 inet static
14
14
        address $ip
15
 
        netmask $netmask 
 
15
        netmask $mask 
16
16
        network $net
17
17
        broadcast $bcast
18
18
        gateway $gw