The split size is 2000000000 (xdelta1 has 2gb file limit). Xdelta tells you when source file size isn't correct, or you can query the size explicitly:
- Code: Select all
xdelta info sl-x86_64-3.4a-to-3.4e-0.xdelta
So, the wiki was correct and the only error was between chair and keyboard
This works on windoze:
- Code: Select all
split -db 2000000000 SabayonLinux-x86_64-3.4a.iso old.0
for /l %i in (0,1,2) do xdelta patch sl-x86_64-3.4a-to-3.4e-%i.xdelta old.00%i new.00%i
cat new.000 new.001 new.002 > SabayonLinux-x86_64-3.4e.iso
cat SabayonLinux-x86_64-3.4*.iso.md5 | sed "s/\s\+\(\w\)/ *\1/" | md5sum -cw
You need cat, split, md5sum (all @ http://gnuwin32.sf.net/) and xdelta 1.1.3 (http://evanjones.ca/software/xdelta-win32.html).
2moderators: please join it to the locked thread. & sorry, i can't pm yet.
