static compiled tar 1.34
download binary tar 1.34 statically here
Reason
Need tar for initrd file which corectly copy inode with number higher than 255. Older tar (1.28 statically compiled) divide major number by 256.
No guarantee
Our binary could have some hidden problems, use it carefully.
make by yourself?
download source code for tar 1.34
./configure --prefix=/usr --libexecdir=/usr/lib --enable-static --disable-shared --disable-rpath
make CFLAGS='-static'