okay i just oversaw a fact that i did not spawned any init process yet so i was just running in kernel mode all the time... strange things happen there :D
so i i adjust the script with a
exec busybox init
and create a /etc/inittab
rule like
::sysinit:/bin/bash /bin/reinstall.sh
it works really fine!