mbox series

[v3,0/4] Fixes for unattended installation

Message ID 20250318140622.13676-1-ubely@ilbers.de
Headers show
Series Fixes for unattended installation | expand

Message

Uladzimir Bely March 18, 2025, 2:02 p.m. UTC
Changes since v2:

- Allow to specify TTY to run unattended installation on;
- Allow to specify getty instances to run installer on.

Changes since v1:

- Install directly to "installer.wic", without "-snapshot" option;
- Fix race between to copies of unattended installer running on.

Uladzimir Bely (4):
  meta-isar: Use to_boolean for INSTALLER_UNATTENDED variable
  testsuite: Disable "snapshot" feature for installer image.
  Installer: allow to set custom TTYs for installer
  installer: Run unattended mode on the only terminal

 meta-isar/recipes-core/images/isar-image-installer.bb    | 2 +-
 .../deploy-image-service/deploy-image-service.bb         | 9 +++++++--
 .../recipes-installer/deploy-image/deploy-image_0.1.bb   | 8 +++++++-
 .../{deploy-image-wic.sh => deploy-image-wic.sh.tmpl}    | 6 ++++++
 testsuite/cibuilder.py                                   | 3 ++-
 5 files changed, 23 insertions(+), 5 deletions(-)
 rename meta-isar/recipes-installer/deploy-image/files/usr/bin/{deploy-image-wic.sh => deploy-image-wic.sh.tmpl} (95%)

Comments

Uladzimir Bely March 24, 2025, 9:20 a.m. UTC | #1
On Tue, 2025-03-18 at 17:02 +0300, Uladzimir Bely wrote:
> Changes since v2:
> 
> - Allow to specify TTY to run unattended installation on;
> - Allow to specify getty instances to run installer on.
> 
> Changes since v1:
> 
> - Install directly to "installer.wic", without "-snapshot" option;
> - Fix race between to copies of unattended installer running on.
> 
> Uladzimir Bely (4):
>   meta-isar: Use to_boolean for INSTALLER_UNATTENDED variable
>   testsuite: Disable "snapshot" feature for installer image.
>   Installer: allow to set custom TTYs for installer
>   installer: Run unattended mode on the only terminal
> 
>  meta-isar/recipes-core/images/isar-image-installer.bb    | 2 +-
>  .../deploy-image-service/deploy-image-service.bb         | 9
> +++++++--
>  .../recipes-installer/deploy-image/deploy-image_0.1.bb   | 8
> +++++++-
>  .../{deploy-image-wic.sh => deploy-image-wic.sh.tmpl}    | 6 ++++++
>  testsuite/cibuilder.py                                   | 3 ++-
>  5 files changed, 23 insertions(+), 5 deletions(-)
>  rename meta-isar/recipes-installer/deploy-
> image/files/usr/bin/{deploy-image-wic.sh => deploy-image-wic.sh.tmpl}
> (95%)
> 
> -- 
> 2.45.3

Patches 1 and 2 are merged to next.

This makes full CI passing on all our servers with CI and unblocks
testing/merging other patches from the list.

Patches 3 and 4 fixing core issues with installer race in unattended
mode are not yet merged since they require some time to rework.