mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 18:22:13 +00:00
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
Conflicts: packages/base/all/vendor-config-onl/src/etc/onl/sysconfig/00-defaults.yml packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=INSTALLED
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=SWI
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=INSTALLED
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=SWI
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=INSTALLED
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=SWI
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=INSTALLED
|
||||
SWI=images::latest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
NETDEV=ma1
|
||||
NETAUTO=dhcp
|
||||
BOOTMODE=SWI
|
||||
SWI=images::latest
|
||||
|
||||
@@ -692,7 +692,7 @@ class UbootInstaller(SubprocessMixin, Base):
|
||||
except PartedException as ex:
|
||||
self.log.error("cannot get partition table from %s: %s",
|
||||
self.device, str(ex))
|
||||
except Error as ex:
|
||||
except Exception:
|
||||
self.log.exception("cannot get partition table from %s"
|
||||
self.device)
|
||||
|
||||
@@ -733,7 +733,6 @@ class UbootInstaller(SubprocessMixin, Base):
|
||||
break
|
||||
|
||||
if not loaderBasename:
|
||||
raise ValueError("platform loader file missing!")
|
||||
self.log.error("The platform loader file is missing.")
|
||||
return 1
|
||||
|
||||
|
||||
Submodule packages/platforms-closed updated: 14f30a9e61...3963bb7d39
Reference in New Issue
Block a user