Rename /etc/init.d/conf to /etc/init.d/os_conf

This commit is contained in:
Calin Crisan 2019-01-11 13:45:19 +02:00
parent 3a06cf48de
commit bf567ddf77
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ case "$1" in
mount_fs
# we need to source conf again, now that /data is available
test -n "$os_debug" || source /etc/init.d/conf
test -n "$os_debug" || source /etc/init.d/os_conf
test "$os_debug" == "true" && remount_rw
mk_tty_login
;;

View File

@ -4,7 +4,7 @@ source /etc/version
board_sn=$(/etc/init.d/boardsn)
board_name=$(cat /etc/board)
test -n "$os_debug" || source /etc/init.d/conf
test -n "$os_debug" || source /etc/init.d/os_conf
source /etc/init.d/panic

View File

@ -77,7 +77,7 @@ fi
#### versions ####
function show_versions() {
source /etc/init.d/conf # we need this for the os_ vars
source /etc/init.d/os_conf # we need this for the os_ vars
board=$(cat $SYS_BOARD_FILE)
show_json=$1
@ -144,7 +144,7 @@ function do_download() {
fi
fi
source /etc/init.d/conf # we need this for the os_ vars
source /etc/init.d/os_conf # we need this for the os_ vars
board=$(cat $SYS_BOARD_FILE)
url=$1