you can just do "ln -s busybox /bin/tar" and recreate the link back to busybox ;-) Atleast worked for me when I did: # rm /bin/tar # ln -s busybox /bin/tar