9
0
Fork 0

defenv2: move config-board out of /env/init

Having the board config file in /env/init has the problem that
the settings in /env/config are overwritten in the init sequence.

This moves the config-board files to /env/ and sources them explicitly
from /env/bin/init before sourcing /env/config

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-01-31 19:29:45 +01:00
parent 6a256321b8
commit e55f9d10b4
12 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ global linux.bootargs.dyn.ip
global linux.bootargs.dyn.root
global editcmd=sedit
/env/config-board
/env/config
if [ -e /env/menu ]; then