View Single Post
Old 10-21-2014, 11:16 AM   #63
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,482
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by traycold View Post
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!
DNSB is offline   Reply With Quote