From f1ed3592c7ebb7f3334c81744c20d905399554be Mon Sep 17 00:00:00 2001 From: Mike Hibler <mike@flux.utah.edu> Date: Tue, 22 Mar 2005 23:42:04 +0000 Subject: [PATCH] Change the name of the tftpboot tarball we download (to tftpboot-elabinelab.tar.gz) so we can evolve it separately without affecting the advertised tarball. --- tmcd/common/config/rc.mkelab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmcd/common/config/rc.mkelab b/tmcd/common/config/rc.mkelab index ac323cea84..673af807cf 100755 --- a/tmcd/common/config/rc.mkelab +++ b/tmcd/common/config/rc.mkelab @@ -710,7 +710,7 @@ sub SetupBossNode() # print "Copying over tftpboot tar file from web server and unpacking\n"; mysystem("wget -q -O ${TBDIR}/testbed/stuff/tftpboot.tar.gz ". - "http://www.emulab.net/downloads/tftpboot-latest.tar.gz"); + "http://www.emulab.net/downloads/tftpboot-elabinelab.tar.gz"); mysystem("tar xzf ${TBDIR}/testbed/stuff/tftpboot.tar.gz ". " -C /tftpboot"); -- GitLab