public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Владимир Буркин" <mxvisor@gmail.com>
To: isar-users@googlegroups.com
Subject: patch for issue #119
Date: Mon, 22 Dec 2025 09:22:15 +0300	[thread overview]
Message-ID: <CAJEJe+HuJCcFTATnAgtsQRimsh+Y=HXwweq6fALbmp8FFcM_rA@mail.gmail.com> (raw)


[-- 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}"
 

                 reply	other threads:[~2025-12-22  6:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAJEJe+HuJCcFTATnAgtsQRimsh+Y=HXwweq6fALbmp8FFcM_rA@mail.gmail.com' \
    --to=mxvisor@gmail.com \
    --cc=isar-users@googlegroups.com \
    /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