X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FChainBootNode.py;h=b04756d6cae247521d9aab1d47f6b0080ff1fbb5;hb=14b9df8e45d4877d3cd171d7d7fa2fd235dcc935;hp=f2c2061b7782235b885191b30fa1f7b70aad657b;hpb=e136370ab0ffc61714352994226b9272da90ab2d;p=bootmanager.git diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index f2c2061..b04756d 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -119,12 +119,12 @@ def Run( vars, log ): if os.path.exists( SYSIMG_PATH + "/etc/init.d/conf_files" ): cmd = "/etc/init.d/conf_files start --noscripts" else: - cmd = "/usr/local/planetlab/bin/PlanetLabConf.py noscripts" + cmd = "/usr/bin/PlanetLabConf.py noscripts" utils.sysexec( "chroot %s %s" % (SYSIMG_PATH, cmd), log ) # update node packages log.write( "Running node update.\n" ) - cmd = "chroot %s /usr/local/planetlab/bin/NodeUpdate.py start noreboot" \ + cmd = "chroot %s /usr/bin/NodeUpdate.py start noreboot" \ % SYSIMG_PATH utils.sysexec( cmd, log )