Quote:
Originally Posted by tshering
Since I create the rcS in windows
|
It must be set in the tar file. Find a program that lists contents of tar along with their permissions.
Code:
$ tar tvf KoboRoot.tgz
-rw-r--r-- 0/0 7450 2014-12-22 19:44 etc/init.d/rcS
In this example, etc/init.d/rcS is -rw-r--r-- but should be -rwxr-xr-x.
Technically, uid/gid 0/0 is also wrong. Although this should be not critical.
The official firmware looks like this:
Code:
-rwxr-xr-x root/root 5187 2014-11-25 21:01 ./etc/init.d/rcS
Paths starting with ./ is also not critical, the files still end up in the same location regardless whether ./ is there or not.