renamed native-shell.pkgs into vtest.pkgs
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Jan 2008 16:27:37 +0000 (16:27 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Jan 2008 16:27:37 +0000 (16:27 +0000)
README-pldistros.txt
config.planetlab/vtest.pkgs [moved from config.planetlab/native-shell.pkgs with 100% similarity]
vbuild-init-vserver.sh

index e68c449..513fedb 100644 (file)
@@ -31,5 +31,5 @@ missing files are searched in the planetlab distro
        the contents of the standard vserver reference image
 ./build/config.<pldistro>/vserver-*.pkgs
        all *.pkgs files here - produce additional vserver images
-./build/config.<pldistro>/native-shell.pkgs
+./build/config.<pldistro>/vtest.pkgs
        used to create test vservers for myplc-native
index 8b74e91..d1b44b5 100755 (executable)
@@ -152,7 +152,7 @@ function devel_tools () {
     if [ -n "$VBUILD_MODE" ] ; then
        pkgsname=devel.pkgs
     else
-       pkgsname=native-shell.pkgs
+       pkgsname=vtest.pkgs
     fi
     pkgsfile=$(pl_locateDistroFile $DIRNAME $pldistro $pkgsname)