tork-a / live-cd

script to create live cd/usb
15 stars 12 forks source link

Add ROS wiki #66

Open 130s opened 8 years ago

130s commented 8 years ago

For the computer environment that has no internet connection, it would be useful to have full local mirror of ROS wiki within LiveUSB.

ROS wiki content can be obtained by rsync http://wiki.ros.org/Mirrors#Mirroring_the_wiki

Just ran the command and it's 1GB.

rsync -azv wiki.ros.org::wiki_mirror /home/n130s/data/ros.org/wiki.ros.org --bwlimit=200 --delete
:
sent 325,480 bytes  received 907,189,207 bytes  202,683.35 bytes/sec
total size is 1,232,868,052  speedup is 1.36
k-okada commented 8 years ago

please create PR

◉ Kei Okada

On Tue, Sep 8, 2015 at 6:31 AM, Isaac I.Y. Saito notifications@github.com wrote:

For the computer environment that has no internet connection, it would be useful to have full local mirror of ROS wiki within LiveUSB.

ROS wiki content can be obtained by rsync http://wiki.ros.org/Mirrors#Mirroring_the_wiki

Just ran the command and it's 1GB.

rsync -azv wiki.ros.org::wiki_mirror /home/n130s/data/ros.org/wiki.ros.org --bwlimit=200 --delete : sent 325,480 bytes received 907,189,207 bytes 202,683.35 bytes/sec total size is 1,232,868,052 speedup is 1.36

— Reply to this email directly or view it on GitHub https://github.com/tork-a/live-cd/issues/66.

130s commented 8 years ago

Ok once I get some time I'll try. Meanwhile there may be other things that require internet connection.