From 14d1b1aec59b74fdc13e13be263912502e6ebea2 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 1 Oct 2005 18:20:08 +0000 Subject: [PATCH] - use a valid node_id --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d270807..1305756 100755 --- a/build.sh +++ b/build.sh @@ -8,12 +8,12 @@ # Mark Huang # Copyright (C) 2004-2005 The Trustees of Princeton University # -# $Id: vserver-reference.init,v 1.17 2005/09/02 19:46:37 mlhuang Exp $ +# $Id: build.sh,v 1.1 2005/09/03 21:44:16 mlhuang Exp $ # # Get the production /etc/yum.conf file. XXX When MAs begin deploying # their own boot servers and/or code, this will have to change. -curl --silent http://boot.planet-lab.org/$(curl --silent --insecure --form node_id=0 --form file=/etc/yum.conf https://boot.planet-lab.org/db/plnodeconf/getsinglefile.php) > yum.conf +curl --silent http://boot.planet-lab.org/$(curl --silent --insecure --form node_id=1 --form file=/etc/yum.conf https://boot.planet-lab.org/db/plnodeconf/getsinglefile.php) > yum.conf # Solve the bootstrap problem by including any just built packages in # the yum configuration. This cooperates with the PlanetLab build -- 2.43.0