If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:rc

From BoxMatrix
(Redirected from rc)


BoxMatrix >> Shell-Commands >> rc @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

Startup-Script

Goto:   Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

rc is the main boot script of the RTL86 Linux.

It is executed by init (lincmd) after the early boot script rc-first and initiates /var and the network and launches endptd.

fw 7.30 simplified:

mkdir /var/tmp
mkdir /var/log
mkdir /var/run
mkdir /var/lock
mkdir /var/ppp
mkdir /var/config
mkdir /var/udhcpd
mkdir /var/udhcpc
mkdir /var/mnt
mkdir /var/ct
mkdir /var/ct/tmp

ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.255.255.0 lo

echo 10 > /proc/sys/net/ipv4/tcp_keepalive_intvl
echo 3 > /proc/sys/net/ipv4/tcp_keepalive_probes
echo 10 > /proc/sys/net/ipv4/tcp_keepalive_time
echo 60 > /proc/sys/net/netfilter/nf_conntrack_tcp_timeout_time_wait
echo 1 > /proc/sys/net/ipv4/ip_forward

brctl addbr br0
ifconfig br0 hw ether 001234567890
brctl stp br0 off
brctl setfd br0 1
brctl setageing br0 7200
ifconfig eth0 up
ifconfig br0 up
brctl addif br0 eth0

endptd -i br0 &

ifconfig atm0 up
ptmctl set_hw
ptmctl set_qmap 7 44444444

mount -t debugfs nodev /sys/kernel/debug/
echo 16 > /proc/sys/net/netfilter/nf_conntrack_expect_max  

Dependencies

Daily updated index of all dependencies of this script. Last update: 2024-04-27 07:31 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
0 dependencies for this script

Model-Matrix

Daily updated index of the presence, path and size of this script for each model. Last update: 2024-04-27 05:16 GMT.
Showing all models using this script. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 7520 v2 (arm) /etc 983
FRITZ!Box 7520 v2 (rtl) /etc 983
2 models use this script

Symbols

Daily updated index of all symbols of this script. Last update: 2024-04-27 07:31 GMT.

Firmware Symbol
0 symbols for this script

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

r