* patch for issue #119
@ 2025-12-22 6:22 Владимир Буркин
0 siblings, 0 replies; only message in thread
From: Владимир Буркин @ 2025-12-22 6:22 UTC (permalink / raw)
To: isar-users
[-- Attachment #1.1: Type: text/plain, Size: 500 bytes --]
Hello. I'm sending a patch that fixing issue:
/var/lib/dpkg/available missing when building Debian Buster rootfs (dpkg
error)
--
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/CAJEJe%2BHuJCcFTATnAgtsQRimsh%2BY%3DHXwweq6fALbmp8FFcM_rA%40mail.gmail.com.
[-- Attachment #1.2: Type: text/html, Size: 818 bytes --]
[-- Attachment #2: isar-mmdebstrap.patch --]
[-- Type: text/x-patch, Size: 744 bytes --]
diff --git a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
index 80b13a9e..73fe9434 100644
--- a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
+++ b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
@@ -18,7 +18,7 @@ BOOTSTRAP_TMPDIR = "${WORKDIR}/tempdir"
MM_HOOK_JESSIE = "/usr/share/mmdebstrap/hooks/jessie-or-older"
DPKG_HOOKS ?= "${@'--hook-dir='+d.getVar('MM_HOOK_JESSIE') \
if os.path.isdir(d.getVar('MM_HOOK_JESSIE')) \
- else '--customize-hook=\'touch /var/lib/dpkg/available\''}"
+ else '--customize-hook=\'touch $1/var/lib/dpkg/available\''}"
MMHOOKS:focal ?= "${DPKG_HOOKS}"
MMHOOKS:buster ?= "${DPKG_HOOKS}"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-22 6:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22 6:22 patch for issue #119 Владимир Буркин
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox