set DPkg::Chroot-Directory in APT_CONFIG
#34
Merged
josch
merged 1 commits from DPkg-Chroot-Directory
into main
1 month ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'DPkg-Chroot-Directory'
Deleting a branch is permanent. It CANNOT be undone. Continue?
this is so that users calling
apt-get install
from a hook only need to haveAPT_CONFIG=$MMDEBSTRAP_APT_CONFIG
set and do not also have to pass-oDPkg::Chroot-Directory="$1"
This breaks users running apt-get with
DPkg::Options::=--force-script-chrootless
or withDpkg::Pre-Install-Pkgs
from within a hook withAPT_CONFIG=$MMDEBSTRAP_APT_CONFIG
.In those situations,
DPkg::Chroot-Directory
has to be set to the empty string explicitly with-o
to overwrite theAPT_CONFIG
setting.Thanks: Helmut Grohne
fd33bd2a40
into main 1 month agofd33bd2a40
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.