mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
base-files: move db to etc
Due to read only rootfs the /lib/db will move into /etc.
This commit is contained in:
parent
90c5c5c52c
commit
c3dd0a996b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,4 +37,4 @@ populate_config(){
|
|||
[ $DEBUG ] && cat /etc/config/ports
|
||||
}
|
||||
|
||||
[ -f /sbin/db -a -f /lib/db/config/hw ] && populate_config
|
||||
[ -f /sbin/db -a -f /etc/board-db/config/hw ] && populate_config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue