2024-02-15 22:07:30 +01:00
|
|
|
. /etc/profile
|
2024-02-15 22:07:35 +01:00
|
|
|
. /link/shell/util/func.sh
|
|
|
|
. /link/shell/util/hardware.sh
|
2024-02-15 22:07:30 +01:00
|
|
|
|
|
|
|
/link/shell/update.sh
|
|
|
|
ifconfig lo 127.0.0.1
|
2024-02-15 22:07:35 +01:00
|
|
|
/sbin/sysctl -p /etc/sysctl.conf
|
|
|
|
/link/shell/init/chip.sh
|
|
|
|
|
|
|
|
if nfsBoot ;then
|
2024-02-15 22:07:42 +01:00
|
|
|
/link/shell/init/filesystem.sh
|
2024-02-15 22:07:35 +01:00
|
|
|
/link/shell/init/service.sh
|
|
|
|
else
|
|
|
|
/link/shell/netManager.sh
|
2024-02-15 22:07:42 +01:00
|
|
|
/link/shell/init/filesystem.sh
|
2024-02-15 22:07:35 +01:00
|
|
|
/link/shell/init/service.sh
|
2024-02-15 22:07:44 +01:00
|
|
|
/link/shell/init/rtty.sh
|
2024-02-15 22:07:35 +01:00
|
|
|
/link/shell/app.sh
|
2024-02-15 22:07:30 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-02-15 22:07:35 +01:00
|
|
|
|
|
|
|
|
|
|
|
|