From: "alexander.heinisch via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com, amikan@ilbers.de
Cc: Alexander Heinisch <alexander.heinisch@siemens.com>
Subject: [PATCH v2 0/2] isar-installer: Added option to add additional kernel cmdline arguments for isar-image-installer.
Date: Thu, 12 Dec 2024 13:53:45 +0100 [thread overview]
Message-ID: <20241212125347.76001-1-alexander.heinisch@siemens.com> (raw)
From: Alexander Heinisch <alexander.heinisch@siemens.com>
Made isar-image-installer's unattended mode configurable.
isar-image-installer allows to specify several parameters like:
- installer.unattended
- installer.image.uri ...file name of the image to be installed (parameter name uri chosen since we plan to support download of images in upcoming patches)
- installer.target.dev ...target device name (e.g. /dev/sda) for the image to be installed to
- installer.target.overwrite ...strategy how to handle target devices not empty (possible values: OVERWRITE - overwrite data on target | ABORT - abort installation if target not empty)
to execute image deployment in "unattended" mode.
Thus, I extended the image to allow specification of those parameters and added
options to configure those via kconfig menu.
This resolves the discussions from https://groups.google.com/g/isar-users/c/bngoAN6FwV8
Alexander Heinisch (2):
isar-installer: Added option to add additional kernel cmdline
arguments for isar-image-installer.
isar-installer: Added config options for isar-image-installer
unattended mode.
kas/image/Kconfig | 37 +++++++++++++++++++
.../images/isar-image-installer.bb | 11 ++++++
.../lib/wic/canned-wks/installer-efi.wks.in | 2 +-
3 files changed, 49 insertions(+), 1 deletion(-)
---
Changes in v2:
- Added kconfig menu options to setup unattended mode.
--
2.43.0
--
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/20241212125347.76001-1-alexander.heinisch%40siemens.com.
next reply other threads:[~2024-12-12 12:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 12:53 alexander.heinisch via isar-users [this message]
2024-12-12 12:53 ` [PATCH 1/2] " alexander.heinisch via isar-users
2024-12-12 12:53 ` [PATCH 2/2] isar-installer: Added config options for isar-image-installer unattended mode alexander.heinisch via isar-users
2024-12-20 7:49 ` [PATCH v2 0/2] isar-installer: Added option to add additional kernel cmdline arguments for isar-image-installer Uladzimir Bely
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=20241212125347.76001-1-alexander.heinisch@siemens.com \
--to=isar-users@googlegroups.com \
--cc=alexander.heinisch@siemens.com \
--cc=amikan@ilbers.de \
/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