bonk1990 Wrote: ------------------------------------------------------- > Hi, > there is a possibility to create .img file of my > rootfs? (or other option to backup my usb stick) Hi bonk, I cover how to do this (creating .img files from a rootfs) in the instructions on this github readme page: https://github.com/pepaslabs/pogoplug-v4-bodhi-rootfs-debian The short answer is:by cellularmitosis - Debian
I edited the original post to include the build instructions for wget: https://github.com/pepaslabs/pogoplug_static_binariesby cellularmitosis - Debian
Hi guys, I took bodhi's Debian rootfs tarball and packaged it as a disk image for Pogoplug v4 devices. This just makes things slightly more convenient for Pogoplug users. https://github.com/pepaslabs/pogoplug-v4-bodhi-rootfs-debian The disk image has a ~500MB partition, which Linux users can expand after writing it to an SD card. I have also included a 4GB version for Windowsby cellularmitosis - Debian
bodhi Wrote: ------------------------------------------------------- > @jason, > > It's good for you to do this for the security > concious users! but you know that the latest armel > wget is also available from Debian repository? or > you can also get it from my latest rootfs: > http://forum.doozan.com/read.php?2,12096 Thanks bodhi. However, the last time Iby cellularmitosis - Debian
Hey guys, One problem I've run into is that most of the modern ways to host a file (github, dropbox, various object storage solutions) have all migrated to mandatory HTTPS for their URLs. This is a problem for the busybox wget which comes on the stock Pogoplug Linux installation, because it can't deal with HTTPS. I've built a statically-linked wget binary which has HTTPS sby cellularmitosis - Debian
Hey guys, After following Qui's tutorial on installing uboot on the Pogoplug Mobile, I decided to package up his instructions into a script. I put it up on github here: https://github.com/pepaslabs/pogoplug_mobile_uboot_installerby cellularmitosis - uBoot