Quote:
Originally Posted by ARV
I used runme.sh from wiki without change:
-------------------------------
test -f /mnt/us/RUNME.done && exit
mntroot rw
showlog > /mnt/us/log.txt
mntroot ro
touch /mnt/us/RUNME.done
--------------------------------
|
The commands look good, so perhaps you have some Windows line ends in there. Scripts need to have only linefeeds (LF = 0x0A), and not carriage-returns (CR = 0x0D).
You can load it into a programmer's editor that supports converting line endings, and save it as a Unix file, or strip the CR characters with a conversion utility.