From 5b53203c2f2bebe7c3193381f257a297eb829763 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 3 Oct 2005 14:34:58 +0000 Subject: [PATCH] - use a valid node_id --- support-files/buildnode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support-files/buildnode.sh b/support-files/buildnode.sh index a6e9396..c9e04cd 100755 --- a/support-files/buildnode.sh +++ b/support-files/buildnode.sh @@ -9,12 +9,12 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: buildnode.sh,v 1.1 2005/09/02 19:09:58 mlhuang Exp $ +# $Id: buildnode.sh,v 1.2 2005/09/03 21:42:07 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