Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | debvm-run: handle some multiarch kernels | Helmut Grohne | |
We completely treat all 32bit arm as armhf now. Booting the rpi kernel installed by debvm-create for armel will not work at all. The only sane way to boot armel is to enable a multiarch kernel. Refine the VMARCH guess from /bin/true using the file output for the kernel image for the common cases of i386+amd64 and armel/armhf+arm64. | |||
2023-01-21 | fix ftbfs: cannot use arch restriction for arch:all package | Helmut Grohne | |
2023-01-21 | debian: work around qemu-system-misc not providing qemu-kvm on s390x | Helmut Grohne | |
This is a workaround for https://bugs.debian.org/1029309 | |||
2023-01-21 | extend bios recommendations | Helmut Grohne | |
* ppc64el needs seabios for vgabios-stdvga.bin * We need ipxe-qemu for -device virtio-net-pci,netdev=net0 | |||
2023-01-18 | Suggest qemu-system-gui | Jochen Sprickerhof | |
2023-01-18 | Fix qemu recommendations | Helmut Grohne | |
2023-01-18 | Demote binfmt-support recommendation | Helmut Grohne | |
systemd-binfmt implements what we need here and that's what most users will have, so only recommend binfmt-support when systemd is missing. Reported-by: Jochen Sprickerhof <git@jochen.sprickerhof.de> | |||
2023-01-18 | bump mmdebstrap dependency | Helmut Grohne | |
We really are using 1.3.0 features already. | |||
2023-01-02 | debian: allow satisfying recommends with fakeroot and fakechroot | Helmut Grohne | |
2023-01-01 | debian: add Vcs headers | Helmut Grohne | |
2023-01-01 | debian: ship pod2man generated manual pages | Helmut Grohne | |
2023-01-01 | debian: drop redundant Testsuite declaration | Helmut Grohne | |
2022-12-31 | add an autopkgtest | Helmut Grohne | |
2022-12-31 | recommend openssh-client | Helmut Grohne | |
2022-12-23 | debian: bump mmdebstrap version for jessie hook | Helmut Grohne | |
2022-12-23 | initial attempt at a debian package | Helmut Grohne | |
Notably missing: * manual pages * autopkgtests |