mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
Include initnetdev and initubootenv in loader init
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user