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:
Carl D. Roth
2016-10-26 13:30:23 -07:00
10 changed files with 2 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=INSTALLED
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=SWI
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=INSTALLED
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=SWI
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=INSTALLED
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=SWI
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=INSTALLED
SWI=images::latest

View File

@@ -1,4 +1,3 @@
NETDEV=ma1
NETAUTO=dhcp
BOOTMODE=SWI
SWI=images::latest

View File

@@ -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