Opened 14 years ago
Closed 14 years ago
#767 closed defect (fixed)
BusyBox 1.17.3 Wants /etc/init.d/rcS (we don't have it)
Reported by: | Andrew Bradford | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Embedded 1.0.0 |
Component: | BOOK | Version: | CLFS Embedded GIT |
Keywords: | Cc: |
Description
Currently the bootscripts install /etc/rc.d/startup. Sadly, BusyBox wants /etc/init.d/rcS to be the startup script. Boot will look like:
init started: BusyBox v1.17.3 (2011-02-27 14:07:01 EST) can't run '/etc/init.d/rcS': No such file or directory
Need to either change BusyBox configuration to look for /etc/rc.d/startup instead of /etc/init.d/rcS or create a symlink to our startup script.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See my repo, commit c62f4d490b0eb063053c0cd92ce0c74a1439bae9 for fix. Linking etc/init.d/rcS to etc/rc.d/startup.
Tested on BeagleBoard-xM with BusyBox 1.17.3.