Include initnetdev and initubootenv in loader init

This commit is contained in:
Carl D. Roth
2016-05-17 19:21:47 -07:00
parent 6f5361ca9d
commit 4946198b5e
2 changed files with 7 additions and 0 deletions

View File

@@ -72,6 +72,11 @@ if [ ! -f /etc/onl/abort ]; then
# Initialize platform mounts
initmounts -q
# Initialize U-Boot environment
if [ -s /proc/device-tree/model ]; then
initubootenv
fi
if [ -f /etc/issue ]; then
cat /etc/issue
fi

View File

@@ -26,6 +26,8 @@ packages:
files:
src/python/onl : /usr/lib/python2.7/dist-packages/onl
src/bin/initmounts : /bin/initmounts
src/bin/initubootenv : /bin/initubootenv
src/bin/initnetdev : /bin/initnetdev
src/bin/pki : /sbin/pki
changelog: Changes