Chris Hofstaedtler
Chris Hofstaedtler
Here: https://github.com/grml/grml-debootstrap/actions/runs/6922515270/job/18829335284?pr=250#step:5:35
No, the problem here is like this: 1. grml-debootstrap puts the img file onto a loop device, so it can modify the partitions in the image. And it really wants...
> There was a mysterious kpartx in the past that might still not be fully / cleanly fixed. Yeah, I was generally thinking we could switch from kpartx to partx,...
https://github.com/grml/grml-debootstrap/actions/runs/7172550946/job/19529980137?pr=250#step:4:3166 This is from a run with more `-v`. You can see how `kpartx -d` apparently did nothing.
> > ./tests/docker-test-b2b.sh: line 19: dmsetup: command not found sure, but this is a long time after the problem occurred.
1) If dracut needs libpam-systemd, it should depend on it. If it does not today, please file a bug in Debian. 2) systemd gets pulled in by debootstrap itself, based...
I imagine its not the best way of doing it, but given apt changes every odd day ...
This changes the behaviour though: in those 10 minutes, no other builds will run, even if for most builds waiting for the update does not actually matter.
It is my understanding that `apt-get update` runs anyway, but /in/ the COW instance for this build. The lock is about the general chroot, where updating should only update the...
Right now, hosting at another point than / is unsupported. Changing this is a lot of work as it's subtle to break when making other changes.