diff --git a/builds/amd64/installer/installed/builds/boot-config b/builds/amd64/installer/installed/builds/boot-config index 99685e0d..76125102 100644 --- a/builds/amd64/installer/installed/builds/boot-config +++ b/builds/amd64/installer/installed/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=INSTALLED SWI=images::latest diff --git a/builds/amd64/installer/swi/builds/boot-config b/builds/amd64/installer/swi/builds/boot-config index 40fb0d31..bc868161 100644 --- a/builds/amd64/installer/swi/builds/boot-config +++ b/builds/amd64/installer/swi/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=SWI SWI=images::latest diff --git a/builds/arm64/installer/installed/builds/boot-config b/builds/arm64/installer/installed/builds/boot-config index 99685e0d..76125102 100644 --- a/builds/arm64/installer/installed/builds/boot-config +++ b/builds/arm64/installer/installed/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=INSTALLED SWI=images::latest diff --git a/builds/arm64/installer/swi/builds/boot-config b/builds/arm64/installer/swi/builds/boot-config index 40fb0d31..bc868161 100644 --- a/builds/arm64/installer/swi/builds/boot-config +++ b/builds/arm64/installer/swi/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=SWI SWI=images::latest diff --git a/builds/armel/installer/installed/builds/boot-config b/builds/armel/installer/installed/builds/boot-config index 99685e0d..76125102 100644 --- a/builds/armel/installer/installed/builds/boot-config +++ b/builds/armel/installer/installed/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=INSTALLED SWI=images::latest diff --git a/builds/armel/installer/swi/builds/boot-config b/builds/armel/installer/swi/builds/boot-config index 40fb0d31..bc868161 100644 --- a/builds/armel/installer/swi/builds/boot-config +++ b/builds/armel/installer/swi/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=SWI SWI=images::latest diff --git a/builds/powerpc/installer/installed/builds/boot-config b/builds/powerpc/installer/installed/builds/boot-config index 99685e0d..76125102 100644 --- a/builds/powerpc/installer/installed/builds/boot-config +++ b/builds/powerpc/installer/installed/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=INSTALLED SWI=images::latest diff --git a/builds/powerpc/installer/swi/builds/boot-config b/builds/powerpc/installer/swi/builds/boot-config index 40fb0d31..bc868161 100644 --- a/builds/powerpc/installer/swi/builds/boot-config +++ b/builds/powerpc/installer/swi/builds/boot-config @@ -1,4 +1,3 @@ NETDEV=ma1 -NETAUTO=dhcp BOOTMODE=SWI SWI=images::latest diff --git a/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py b/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py index 27286acc..dbdb0a5a 100644 --- a/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py @@ -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 diff --git a/packages/platforms-closed b/packages/platforms-closed index 14f30a9e..3963bb7d 160000 --- a/packages/platforms-closed +++ b/packages/platforms-closed @@ -1 +1 @@ -Subproject commit 14f30a9e614fb075ae591838f9859eb1e3f188be +Subproject commit 3963bb7d39ae6b61327793ef8839036f5e3a7fda