mbox series

[0/2] Added unattended mode for deploy-image-wic installer script.

Message ID 20241008102235.34078-1-alexander.heinisch@siemens.com
Headers show
Series Added unattended mode for deploy-image-wic installer script. | expand

Message

alexander.heinisch Oct. 8, 2024, 10:22 a.m. UTC
From: Alexander Heinisch <alexander.heinisch@siemens.com>

This patch series relys on "[PATCH 1/1] meta-isar: Split deploy image script and deploy image service"

We are working on a target-bootstrapper to solve some of the issues stated here: https://groups.google.com/g/isar-users/c/ta0G_KGS_yU
This patch enables mass rollouts of the installer via pxe/ipxe boot in downstream projects.
The target-bootstrapper itself is not included here, and will be submitted separately, once matured enough!


Alexander Heinisch (2):
  meta-isar: Added unattended mode for deploy-image-wic installer
    script.
  meta-isar: Unified variable names in deploy-image script.

 .../deploy-image/deploy-image_0.1.bb          |  7 +-
 .../files/{ => usr/bin}/deploy-image-wic.sh   | 86 +++++++++++--------
 .../usr/lib/deploy-image-wic/handle-config.sh | 83 ++++++++++++++++++
 3 files changed, 136 insertions(+), 40 deletions(-)
 rename meta-isar/recipes-installer/deploy-image/files/{ => usr/bin}/deploy-image-wic.sh (58%)
 mode change 100644 => 100755
 create mode 100644 meta-isar/recipes-installer/deploy-image/files/usr/lib/deploy-image-wic/handle-config.sh

Comments

Uladzimir Bely Oct. 14, 2024, 5:28 p.m. UTC | #1
On Tue, 2024-10-08 at 12:22 +0200, alexander.heinisch via isar-users
wrote:
> From: Alexander Heinisch <alexander.heinisch@siemens.com>
> 
> This patch series relys on "[PATCH 1/1] meta-isar: Split deploy image
> script and deploy image service"
> 
> We are working on a target-bootstrapper to solve some of the issues
> stated here: https://groups.google.com/g/isar-users/c/ta0G_KGS_yU
> This patch enables mass rollouts of the installer via pxe/ipxe boot
> in downstream projects.
> The target-bootstrapper itself is not included here, and will be
> submitted separately, once matured enough!
> 
> 
> Alexander Heinisch (2):
>   meta-isar: Added unattended mode for deploy-image-wic installer
>     script.
>   meta-isar: Unified variable names in deploy-image script.
> 
>  .../deploy-image/deploy-image_0.1.bb          |  7 +-
>  .../files/{ => usr/bin}/deploy-image-wic.sh   | 86 +++++++++++------
> --
>  .../usr/lib/deploy-image-wic/handle-config.sh | 83
> ++++++++++++++++++
>  3 files changed, 136 insertions(+), 40 deletions(-)
>  rename meta-isar/recipes-installer/deploy-image/files/{ =>
> usr/bin}/deploy-image-wic.sh (58%)
>  mode change 100644 => 100755
>  create mode 100644 meta-isar/recipes-installer/deploy-
> image/files/usr/lib/deploy-image-wic/handle-config.sh
> 
> -- 
> 2.43.0
> 

Applied to next, thanks.