The debian install.sh script would stop after partitioning the memory
card with this error:

got EOF thrice - exiting..

Noticed that it was the fdisk causing the error. Believe this was
because the piped output of the "echo pq" command requires a newline
character between the p and q. I don't know if this is unique to SHR,
busybox or fdisk -> fdisk.util-linux-ng.
The script continues on when all instances of:

echo pq

are change to:

echo -e "p\nq"

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to