From e4777d8fdf391028cd49fbec745ccebacc79b04a Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 28 Oct 2024 09:15:18 +0100 Subject: [PATCH] document how to build a jessie chroot tarball --- mmdebstrap | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 2f18562..32e7e07 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -8661,6 +8661,16 @@ Create a tarball for use with C: $ mmdebstrap --variant=buildd unstable ~/.cache/sbuild/unstable-amd64.tar +Create a buildd tarball for EOL distro: + + $ mmdebstrap --include=apt --variant=buildd --aptopt \ + 'Apt::Key::gpgvcommand "/usr/libexec/mmdebstrap/gpgvnoexpkeysig"' \ + --aptopt='Acquire::Check-Valid-Until "false"' \ + --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg \ + --hook-dir=/usr/share/mmdebstrap/hooks/maybe-jessie-or-older \ + jessie ~/.cache/sbuild/jessie-arm64.tar \ + http://archive.debian.org/debian + Instead of a tarball, a squashfs image can be created: $ mmdebstrap unstable unstable-chroot.squashfs