apt dir hierarchy retained in the chroot with essential variant #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. Is it expected that if bootstrapping a system using
variant: essential(I use bdebstrap),/etc/apt/and it's sub-dir hierarchy is present in the chroot upon completion of mmdebstrap execution?The man page states:
I was expecting that if using
essentialmmdebstrap would remove/etc/apt/from the chroot.I don't have any
aptoptpresent.Obviously this isn't a big deal as I can just
rm -rf $1/etc/aptin a customize hook :)Unfortunately, that results in:
The same occurs even if it's done in a cleanup hook. Maybe it can't be removed? What do you think?
These errors changed to a warning in
d9f9c64ac2