Quote:
Originally Posted by traycold
hi,
thanks for your useful script. However I think you made a small copy-paste error at the end of rcS, since it calls scripts in pre_run folder instead of post_run (see bold/red text below from your script), after launching nickel:
Code:
# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
$ADVFILE
done
/usr/local/Kobo/hindenburg &
/usr/local/Kobo/nickel -platform kobo -skipFontLoad &
[ $PLATFORM != freescale ] && rm -rf /dev/mmcblk1* && udevadm trigger &
insmod /drivers/$PLATFORM/misc/lowmem.ko &
[ `cat /mnt/onboard/.kobo/Kobo/Kobo\ eReader.conf | grep -c dhcpcd=true` == 1 ] && dhcpcd -d -t 10 &
# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
$ADVFILE
done
|
Ughh... you're right. I'll change that and upload the modified version. Thanks for the eyes!