From: Thierry Parmentelat Date: Thu, 6 Dec 2007 16:26:08 +0000 (+0000) Subject: comfort X-Git-Tag: 4.2-rc2~360 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ea2b450a46542d4256e5721b89aa0fa5b17f7572;p=build.git comfort --- diff --git a/config.planetlab/native-shell.pkgs b/config.planetlab/native-shell.pkgs index 63da47f6..5ab79569 100644 --- a/config.planetlab/native-shell.pkgs +++ b/config.planetlab/native-shell.pkgs @@ -1 +1,3 @@ package: openssh-clients curl +package: emacs +package: bind-utils diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index 718e8db4..e391d73f 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -252,6 +252,9 @@ function usage () { echo " -d pldistro - defaults to $DEFAULT_PLDISTRO" echo " -p personality - defaults to $DEFAULT_PERSONALITY" echo " -v : passes -v to calls to vserver" + echo "vserver-options" + echo " all args after the optional -- are passed to vserver build " + echo " typical usage is e.g. --interface eth0:200.150.100.10/24" exit 1 }