27fca53e1d
mmdebstrap: Show APT's dependency trace when in debug mode
3fcb125e3c
release 1.1.0
35dc676394
relax apt version regex to allow devuan apt versions like 2.5.0devuan1
0ae0adde26
document mmdebstrap hanging forever instead of ENOSPC in qemu as a comment
5e22e0bfc8
adjust message about file-mirror-automount hook
mmdebstrap: Show APT's dependency trace when in debug mode
We never need this if apt succeeds, correct?
Personally, I also used this to understand why certain packages were brought it. In that case apt did not error out, but did not produce the…
apt installs non necessary packets, even with
--mode=custom
apt installs non necessary packets, even with
--mode=custom
I'm closing this because this turned out to be an issues in APT and not in mmdebstrap.
Going forward, some debug aid in mmdebstrap like the one proposed in !24 could help debugging this sort of…
mmdebstrap: Show APT's dependency trace when in debug mode
a4b7239d71
mmdebstrap: Show APT's dependency trace when in debug mode
64ba5f8229
release 0.8.5
409ce1cfee
improve man page further
4ce5a92123
coverage.sh: now that the _apt user is created as a system user by adduser, we also need to change /etc/shadow
3a9ba24d12
coverage.sh: output diff to stderr prevent interleaving with sh -x output
apt installs non necessary packets, even with
--mode=custom
Thank you for the support. The dumped EDSP document is at https://anonfiles.com/f5KdL7Mdx3/deb-vm-min-perl_edsp.
PS: feel free to close this issue, I will report it "upstream" as an apt issue.
apt installs non necessary packets, even with
--mode=custom
489e51a2eb
Run File::Find::find with no_chdir=>1
fe87c3a1b8
README.md: add Gioele Barabucci
5fa2457fd5
mmdebstrap: Add mbr.bin installation to autopkgtest-build-qemu instructions
8e6f183b3f
mmdebstrap: Install mbr.bin in /boot and keep after installation
97e6981ddc
mmdebstrap: Read extlinux's MBR from /usr/lib/EXTLINUX
Fix examples of how to create VM images
The explanations are in the commit messages. :)
But let me recap:
- The second example did not have
copy-file-to-device /boot/mbr.bin /dev/sda size:440
thus no boot loader, thus it did not…
Fix examples of how to create VM images
5fa2457fd5
mmdebstrap: Add mbr.bin installation to autopkgtest-build-qemu instructions
8e6f183b3f
mmdebstrap: Install mbr.bin in /boot and keep after installation
97e6981ddc
mmdebstrap: Read extlinux's MBR from /usr/lib/EXTLINUX
22c0ba45a0
mmdebstrap: Use ext4 instead of ext2 in examples
829df60242
mmdebstrap: Align autopkgtest-build-qemu and USB stick examples