2014-08-15 0:31 GMT+04:00 Antony Messerli <antony@xxxxxxxxxx>: > This patch adds bittorrent support to 45url-lib for those that might want to > retrive the same live image for multiple systems at once without > saturating the network. > This patch requires ctorrent to be installed into initramfs. > > Torrent kernel command line format: > root=live:torrent://image_location/image.torrent > > Start a tracker: > bttrack --bind <tracker_ip> --port 6969 --dfile dstate --reannounce_interval 60 > > Create the torrent: > ctorrent -t live_image -u http://<tracker_ip>:6969/announce -s > live_image.torrent > > Seed the initial torrent: > ctorrent live_image.torrent Wow! Very nice. I want to do something some time ago, but this is looks very good! Question for all - i have a patch for overlayfs support, also github have patch for aufs support. As i see main difference of top layer. How the best rewrite my (may be aufs) patch to have bottom layer agnostic support? -- Vasiliy Tolstov, e-mail: v.tolstov@xxxxxxxxx jabber: vase@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html