by TheJayOJ » Wed Dec 19, 2012 4:47 pm
$this->bbcode_second_pass_quote('karog', 'I')f you put ArchLinuxARM-oxnas-latest.tar.gz in the root of your drive and in the script put a # before the wget for that file to comment that line out you should be good to go. Only comment out the one wget line. You still want to download the md5 file which is only 68 bytes thus tiny.
Hmm. So I connect the USB drive to my computer, format it and copy over the file to the root directly and plug it back into the Pogoplug and I'm good to go?
Also, the md5. I downloaded
ArchLinuxARM-oxnas-latest.tar.gz yesterday. How often do you guys update that rootfs image? Will the md5 downloaded today match with the file downloaded yesterday?
$this->bbcode_second_pass_quote('WarheadsSE', 'Y')ou may also want to note: you will need to pre-format the drive, and disable that line of the script.
$this->bbcode_second_pass_quote('Philoo', 'i')f you do have access to another computer in the same local network you can:
- setup a small webserver on that other computer, serve the rootfs image, the md5 and possibly other stuff just for your home/lab. then change the script to wget from your local server instead of archlinuxarm central. For THAT type of use apache is overkill but simple enough to setup, I think the utmost minimal setup would be a busybox but that's a matter for an other time and place. Do not expose either server to the internet though or you'll probably get pawned in a matter of minutes (if not seconds)
- setup a proxy: squid is not that hard once you figured out the access control stanza, polipo is even simpler IMHO (make sure to allow caching really big files and for a very long time). This would also improve your general use of the internet by telling your browser to use it (even pacman can use it if you craft the right line in pacman.conf)
- setup an apt-cacher-ng. This is quite involved but works great. Ask google for archlinux apt-cacher-ng then you can tell pacman to use it (love to see pacman -Syu bring updates at 17MB/s while my crappy dsl runs 3Mb/s)
- all of the above.