From: "'Kasturi shekar' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: "kasturi.shekar" <kasturi.shekar@siemens.com>
Subject: [PATCH 0/4] installer: separate installer into backend, UI, and flow modules
Date: Mon, 27 Apr 2026 12:09:52 +0530 [thread overview]
Message-ID: <20260427063957.603123-1-kasturi.shekar@siemens.com> (raw)
From: "kasturi.shekar" <kasturi.shekar@siemens.com>
This series refactors the installer by separating backend logic,
attended UI, and high-level flow into dedicated modules.
The main objectives are:
- improve readability and maintainability
- keep behavior and user-visible flow unchanged
Patch-1: introduces a backend API layer (sys_api.sh) that provides
installer functionality via structured shell functions.
Patch-2: adapts the existing dialog-based installer frontend to consume
these APIs, without changing behavior.
Patch-3: high-level orchestration and keep deploy-image-wic.sh as a thin launcher.
This keeps the externally used script name stable while making the flow easier
to review and maintain.
patch-4: update deploy-image recipe to ship the newly split installer modules
kasturi.shekar (4):
installer: extract backend helpers to sys_api.sh
installer: extract attended UI to installer_ui.sh
installer: add installer flow module and entrypoint
installer: install seprated installer modules in recipe
.../deploy-image/deploy-image_0.1.bb | 6 +-
.../files/usr/bin/deploy-image-wic.sh | 475 +++++++-----------
.../files/usr/bin/installer_ui.sh | 217 +++++---
.../deploy-image/files/usr/bin/sys_api.sh | 397 ++++++++++++---
4 files changed, 688 insertions(+), 407 deletions(-)
mode change 100755 => 100644 meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh
mode change 100755 => 100644 meta-isar/recipes-installer/deploy-image/files/usr/bin/installer_ui.sh
--
2.47.3
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260427063957.603123-1-kasturi.shekar%40siemens.com.
next reply other threads:[~2026-04-27 6:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 6:39 'Kasturi shekar' via isar-users [this message]
2026-04-27 6:39 ` [PATCH 1/4] installer: extract backend helpers to sys_api.sh 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 2/4] installer: extract attended UI to installer_ui.sh 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 3/4] installer: add installer flow module and entrypoint 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 4/4] installer: install seprated installer modules in recipe 'Kasturi shekar' via isar-users
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260427063957.603123-1-kasturi.shekar@siemens.com \
--to=isar-users@googlegroups.com \
--cc=kasturi.shekar@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox