public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 00/17] Reworks, fixes and unattended mode for image installer
@ 2024-07-02 13:38 Jan Kiszka
  2024-07-02 13:38 ` [PATCH 01/17] Kconfig: Rework installer image submenu Jan Kiszka
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Jan Kiszka @ 2024-07-02 13:38 UTC (permalink / raw)
  To: isar-users; +Cc: Quirin Gylstorff

Address several issues of the image installer, specifically the script.
It also brings some simplistic way to make the installer operate without
user interaction.

What is still missing, though, is documentation of how to integrate all
that in own projects. Also, I would like to make hooking into the script
possible so that certain interactions with the user can be customized
without having to fork the recipe. Still needs to be designed, and would
have only made this queue even longer.

Jan

Jan Kiszka (17):
  Kconfig: Rework installer image submenu
  installer: Do not show systemd boot menu
  meta-isar: deploy-image: Change reboot logic
  meta-isar: deploy-image: Drop umount attempt after installation
  meta-isar: deploy-image: Fix bmap support
  meta-isar: deploy-image: Improve root mountpoint discovery
  meta-isar: deploy-image: Make TARGET_DEVICE a complete path
  meta-isar: deploy-image: Drop pointless --clear options from dialog
  meta-isar: deploy-image: Allow to cancel installation
  meta-isar: deploy-image: Warn if overwriting a non-empty disk
  meta-isar: deploy-image: Fix and enhance image selection dialog
  meta-isar: deploy-image: Improve target device list dialog
  meta-isar: deploy-image: Polish some dialogs
  meta-isar: deploy-image: Re-indent
  meta-isar: deploy-image: Prepare for auto-installation mode
  meta-isar: deploy-image: Introduce auto-installation mode
  meta-isar: deploy-image: Polish recipe

 kas/image/Kconfig                             |  43 +++-
 .../deploy-image/deploy-image_0.1.bb          |   9 +-
 .../deploy-image/files/deploy-image-wic.sh    | 188 +++++++++++-------
 .../deploy-image/files/install.override.conf  |   2 +-
 .../lib/wic/canned-wks/installer-efi.wks.in   |   2 +-
 5 files changed, 150 insertions(+), 94 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2025-03-14 15:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-02 13:38 [PATCH 00/17] Reworks, fixes and unattended mode for image installer Jan Kiszka
2024-07-02 13:38 ` [PATCH 01/17] Kconfig: Rework installer image submenu Jan Kiszka
2024-07-02 13:38 ` [PATCH 02/17] installer: Do not show systemd boot menu Jan Kiszka
2024-07-02 13:38 ` [PATCH 03/17] meta-isar: deploy-image: Change reboot logic Jan Kiszka
2025-03-13 13:10   ` Uladzimir Bely
2025-03-14  5:54     ` 'Jan Kiszka' via isar-users
2025-03-14  6:25       ` Uladzimir Bely
2025-03-14 14:25         ` 'Heinisch, Alexander' via isar-users
2025-03-14 15:04           ` Uladzimir Bely
2024-07-02 13:38 ` [PATCH 04/17] meta-isar: deploy-image: Drop umount attempt after installation Jan Kiszka
2024-07-02 13:38 ` [PATCH 05/17] meta-isar: deploy-image: Fix bmap support Jan Kiszka
2024-07-02 13:38 ` [PATCH 06/17] meta-isar: deploy-image: Improve root mountpoint discovery Jan Kiszka
2024-07-02 13:38 ` [PATCH 07/17] meta-isar: deploy-image: Make TARGET_DEVICE a complete path Jan Kiszka
2024-07-02 13:38 ` [PATCH 08/17] meta-isar: deploy-image: Drop pointless --clear options from dialog Jan Kiszka
2024-07-02 13:38 ` [PATCH 09/17] meta-isar: deploy-image: Allow to cancel installation Jan Kiszka
2024-07-02 13:38 ` [PATCH 10/17] meta-isar: deploy-image: Warn if overwriting a non-empty disk Jan Kiszka
2024-07-03 15:53   ` 'MOESSBAUER, Felix' via isar-users
2024-07-03 15:55     ` 'Jan Kiszka' via isar-users
2024-07-19  5:33       ` Uladzimir Bely
2024-07-19  5:44         ` 'Jan Kiszka' via isar-users
2024-07-02 13:38 ` [PATCH 11/17] meta-isar: deploy-image: Fix and enhance image selection dialog Jan Kiszka
2024-07-02 13:38 ` [PATCH 12/17] meta-isar: deploy-image: Improve target device list dialog Jan Kiszka
2024-07-02 13:38 ` [PATCH 13/17] meta-isar: deploy-image: Polish some dialogs Jan Kiszka
2024-07-02 13:38 ` [PATCH 14/17] meta-isar: deploy-image: Re-indent Jan Kiszka
2024-07-02 13:38 ` [PATCH 15/17] meta-isar: deploy-image: Prepare for auto-installation mode Jan Kiszka
2024-07-02 13:38 ` [PATCH 16/17] meta-isar: deploy-image: Introduce " Jan Kiszka
2024-07-03 15:56   ` 'MOESSBAUER, Felix' via isar-users
2024-07-03 16:08     ` 'Jan Kiszka' via isar-users
2024-07-02 13:38 ` [PATCH 17/17] meta-isar: deploy-image: Polish recipe Jan Kiszka
2024-07-23  7:40 ` [PATCH 00/17] Reworks, fixes and unattended mode for image installer Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox