Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •        Download the root and modules tar ball from TonidoPlug site and place in the newly created ext3 partition.

TonidoPlug 2 (You would need only rootfs.tar.gz, which includes the files from modules.tar.gz)

Code Block
root@TonidoPlug:~# cd /media/disk1part1 
root@TonidoPlug:/media/disk1part1# wget http://www.tonido.com/downloads/plug2/rootfs.tar.gz 

...

  •        Please make sure the checksum of the files match the following values.

TonidoPlug 2

Code Block
 root@TonidoPlug:/media/disk1part1# md5sum  rootfs.tar.gz
2f02407d8161acc42ccac0e6815f04c5   rootfs.tar.gz 

TonidoPlug 1

Code Block
 root@TonidoPlug:/media/disk1part1# md5sum  rootfs.tar.gz958a32161e1daf1c79d88b1c6f6e85bfgz
958a32161e1daf1c79d88b1c6f6e85bf  rootfs.tar.gz 
 root@TonidoPlug:/media/disk1part1# md5sum  modules.tar.gzc2b89c8dd681656427b27a2fc1db725fgz
c2b89c8dd681656427b27a2fc1db725f  modules.tar.gz

 

 

  •        Untar the downloaded tar file onto the ext3 partition.

...