* [PATCH] isar-installer: Select bootloader package based on distro
@ 2024-11-11 16:09 Anton Mikanovich
2024-11-20 5:39 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-11-11 16:09 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich, Zong Xin
Building of isar-installer with Ubuntu Jammy fails on:
| E: Unable to locate package systemd-boot
Use distro-related variable for bootloader package dependency to fix
this issue.
Fixes issue #108
Reported-by: Zong Xin <zongxin19930430@163.com>
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/recipes-core/images/isar-image-installer.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-isar/recipes-core/images/isar-image-installer.bb b/meta-isar/recipes-core/images/isar-image-installer.bb
index e16716d5..dfce311a 100644
--- a/meta-isar/recipes-core/images/isar-image-installer.bb
+++ b/meta-isar/recipes-core/images/isar-image-installer.bb
@@ -10,7 +10,7 @@ DESCRIPTION = "Example of a ISAR based Installer Image"
# Use variable to switch easily to another wks
INSTALLER_WKS_FILE ??= "installer-efi.wks.in"
WKS_FILE = "${INSTALLER_WKS_FILE}"
-IMAGER_INSTALL:wic:append = " systemd-boot"
+IMAGER_INSTALL:wic:append = " ${SYSTEMD_BOOTLOADER_INSTALL}"
IMAGE_INSTALL += "deploy-image-service"
--
2.34.1
--
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/20241111160938.1274270-1-amikan%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] isar-installer: Select bootloader package based on distro
2024-11-11 16:09 [PATCH] isar-installer: Select bootloader package based on distro Anton Mikanovich
@ 2024-11-20 5:39 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-11-20 5:39 UTC (permalink / raw)
To: Anton Mikanovich, isar-users; +Cc: Zong Xin
On Mon, 2024-11-11 at 18:09 +0200, Anton Mikanovich wrote:
> Building of isar-installer with Ubuntu Jammy fails on:
>
> > E: Unable to locate package systemd-boot
>
> Use distro-related variable for bootloader package dependency to fix
> this issue.
>
> Fixes issue #108
>
> Reported-by: Zong Xin <zongxin19930430@163.com>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta-isar/recipes-core/images/isar-image-installer.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-isar/recipes-core/images/isar-image-installer.bb
> b/meta-isar/recipes-core/images/isar-image-installer.bb
> index e16716d5..dfce311a 100644
> --- a/meta-isar/recipes-core/images/isar-image-installer.bb
> +++ b/meta-isar/recipes-core/images/isar-image-installer.bb
> @@ -10,7 +10,7 @@ DESCRIPTION = "Example of a ISAR based Installer
> Image"
> # Use variable to switch easily to another wks
> INSTALLER_WKS_FILE ??= "installer-efi.wks.in"
> WKS_FILE = "${INSTALLER_WKS_FILE}"
> -IMAGER_INSTALL:wic:append = " systemd-boot"
> +IMAGER_INSTALL:wic:append = " ${SYSTEMD_BOOTLOADER_INSTALL}"
>
> IMAGE_INSTALL += "deploy-image-service"
>
> --
> 2.34.1
>
Applied to next.
--
Best regards,
Uladzimir.
--
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/2456d6f92ce9d56ae9b77cd204962da7c174f76a.camel%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-20 5:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 16:09 [PATCH] isar-installer: Select bootloader package based on distro Anton Mikanovich
2024-11-20 5:39 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox