Skip to content
Snippets Groups Projects
Commit 073912b0 authored by Simone Piccardi's avatar Simone Piccardi
Browse files

Update README.rst

parent 9954ac79
No related branches found
No related tags found
No related merge requests found
......@@ -24,21 +24,17 @@ You can also test the procedure on a single machine just copying the
``octonet_script`` file on it, giving execute permission and
launching. Be aware that it will reboot the machine immediatly.
You can do this from any client connecting to it as root and executing the commands:
You can do this from any client connecting to it as root and executing the commands::
FUSS_SERVER=$(ip r| grep 'default via'|awk '{print $3}')
wget -O /root/octonet_script http://$FUSS_SERVER/fuss-data-conf/fcru/octonet_script
chmod +x octonet_script
/root/octonet_script
```
FUSS_SERVER=$(ip r| grep 'default via'|awk '{print $3}')
wget -O /root/octonet_script http://$FUSS_SERVER/fuss-data-conf/fcru/octonet_script
chmod +x octonet_script
/root/octonet_script
```
You can do this from the FUSS server, connecting to it as root and executing the commands:
You can do this from the FUSS server, connecting to it as root and executing the commands::
scp /var/www/fuss-data-conf/fcru/octonet_script root@client.name:
ssh root@client.name /root/octonet_script
```
scp /var/www/fuss-data-conf/fcru/octonet_script root@client.name:
ssh root@client.name /root/octonet_script
```
Packages caching
~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment