• Joined on 2024-10-25
mexsus commented on issue josch/mmdebstrap#47 2024-11-07 17:43:21 +00:00
apt dir hierarchy retained in the chroot with essential variant

I can just rm -rf $1/etc/apt in a customize hook

Unfortunately, that results in:

...
I: cleaning package lists and apt cache...
done
done
E: failed to unlink /etc/apt/apt.conf.d/…
mexsus opened issue josch/mmdebstrap#47 2024-11-07 17:02:52 +00:00
apt dir hierarchy retained in the chroot with essential variant
mexsus commented on issue josch/mmdebstrap#46 2024-10-29 10:19:01 +00:00
variable expansion in special hooks

Thanks @josch. I did wonder if the special hooks weren't execute in the shell. Does that not limit their use somewhat, though?

For example, if a user has to know up-front about the location…

mexsus opened issue josch/mmdebstrap#46 2024-10-25 10:32:42 +00:00
variable expansion in special hooks