i wroteshwed wrote:arris69 wrote:hi,shwed wrote:Why rc.local wrong?
you havein your rc.local, this will for shure fail and can stop the boot processCode: Select all
chown -R root:root dev_bml0_07
in rc.local you should have things likearrisCode: Select all
insmod /mtd_boot/modules/cifs.ko
I doing by you instruction. You write about chown. ))
I'am doing cable......
edit rc.local on boot partition (to load extra modules and/or start telnetd or whatever):
Code: Select all
vi dev_bml0_07/rc.local
(i made changes after "insmod /mtd_boot/modules/usb_fault.ko")
fix ownership of files:
Code: Select all
chown -R root:root dev_bml0_07
(or you add -all-root or -root-owned to the next command)
this are 2 separate steps!!
arris