comfort
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Dec 2007 16:26:08 +0000 (16:26 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Dec 2007 16:26:08 +0000 (16:26 +0000)
config.planetlab/native-shell.pkgs
vbuild-init-vserver.sh

index 63da47f..5ab7956 100644 (file)
@@ -1 +1,3 @@
 package: openssh-clients curl
+package: emacs
+package: bind-utils
index 718e8db..e391d73 100755 (executable)
@@ -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 <name> build <options>"
+    echo " typical usage is e.g. --interface eth0:200.150.100.10/24"
     exit 1
 }