* [PATCH] ubuntu: add initramfs-tools dependency
@ 2022-08-23 12:54 Anton Mikanovich
2022-08-30 6:35 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-08-23 12:54 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Package initramfs-tools used for initrd generation was moved to recommended in
linux kernel package of Ubuntu repo, so add it as dependency for rootfs.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/conf/distro/ubuntu-focal.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-isar/conf/distro/ubuntu-focal.conf b/meta-isar/conf/distro/ubuntu-focal.conf
index 4dfa201..c0d1296 100644
--- a/meta-isar/conf/distro/ubuntu-focal.conf
+++ b/meta-isar/conf/distro/ubuntu-focal.conf
@@ -23,5 +23,6 @@ DISTRO_KERNELS ?= " \
snapdragon generic-lpae"
IMAGE_PREINSTALL += "init"
+IMAGE_PREINSTALL += "initramfs-tools"
WIC_IMAGER_INSTALL += "python3-distutils"
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-30 6:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 12:54 [PATCH] ubuntu: add initramfs-tools dependency Anton Mikanovich
2022-08-30 6:35 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox