Quote:
Originally Posted by allon_pan
the autorun.sh contains 1 cmd line: #!/bin/shmount --bind /Data/chinese/FONT /opt/sony/ebook/FONTmount --bind /Data/chinese/resources /opt/sony/ebook/application/resources
|
rather:
Code:
#!/bin/sh
mount --bind /Data/chinese/FONT /opt/sony/ebook/FONT
mount --bind /Data/chinese/resources /opt/sony/ebook/application/resources