From e865ce850f220652def5d515ee266e98a1244aa2 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Fri, 11 Feb 2022 23:01:36 +0100 Subject: [PATCH] document another advantage of running apt outside the chroot --- mmdebstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 682dc69..67cd0c3 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2785,6 +2785,9 @@ sub run_install() { # # - we can make use of file:// and copy:// # + # - we can use EDSP solvers without installing apt-utils or other + # solvers inside the chroot + # # The DPkg::Install::Recursive::force=true workaround can be # dropped after this issue is fixed: # https://salsa.debian.org/apt-team/apt/-/merge_requests/189