mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-21 19:02:23 +00:00
this change allows one to selectively "hush" scripts from /etc/profile.d/ directory.
e.g., to skip "opkg to apk cheatsheet" message ("/etc/profile.d/apk-cheatsheet.sh") create empty file "/etc/profile.d/apk-cheatsheet.hush" using, for example, command "touch /etc/profile.d/apk-cheatsheet.hush"
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19953
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
||
|---|---|---|
| .. | ||
| board.d | ||
| hotplug.d | ||
| init.d | ||
| iproute2 | ||
| profile.d | ||
| rc.button | ||
| sysctl.d | ||
| uci-defaults | ||
| banner | ||
| banner.failsafe | ||
| device_info | ||
| diag.sh | ||
| ethers | ||
| fstab | ||
| group | ||
| hosts | ||
| inittab | ||
| openwrt_release | ||
| openwrt_version | ||
| os-release | ||
| passwd | ||
| preinit | ||
| profile | ||
| protocols | ||
| rc.common | ||
| rc.local | ||
| services | ||
| shadow | ||
| shells | ||
| shinit | ||
| sysctl.conf | ||
| sysupgrade.conf | ||