Bug#989302: mmdebstrap: busybox-based chroot example misses mktemp

2021-05-31 Thread Jochen Sprickerhof
* Johannes Schauer Marin Rodrigues [2021-05-31 16:34]: I fixed it like this: https://gitlab.mister-muffin.de/josch/mmdebstrap/commit/594ea3c72e7af26b680d2bfb696c0271839b731d Looks good to me, only the merged-/usr may need an extra paragraph as the directory is a little non obvious:

Bug#989302: mmdebstrap: busybox-based chroot example misses mktemp

2021-05-31 Thread Johannes Schauer Marin Rodrigues
Hi Jochen, Quoting Jochen Sprickerhof (2021-05-31 15:16:26) > I just tried the sub-essential busybox-based chroot example from the man page > on an up to date sid and got: > > /var/lib/dpkg/info/base-passwd.postinst: line 1: mktemp: not found > > Adding mktemp to the setup-hook ln loop fixes

Bug#989302: mmdebstrap: busybox-based chroot example misses mktemp

2021-05-31 Thread Jochen Sprickerhof
Package: mmdebstrap Version: 0.7.5-2.2 Severity: minor Hi Josch, I just tried the sub-essential busybox-based chroot example from the man page on an up to date sid and got: /var/lib/dpkg/info/base-passwd.postinst: line 1: mktemp: not found Adding mktemp to the setup-hook ln loop fixes it. In