Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | CI: drop stage (not needed) | Jochen Sprickerhof | |
2022-12-23 | CI: fix indention | Jochen Sprickerhof | |
2022-12-23 | CI: Use local ssh key | Jochen Sprickerhof | |
2022-12-23 | Merge branch 'dns' into 'main' | Helmut Grohne | |
Add a DNS resolver (Closes: #3) Closes #3 See merge request helmutg/debvm!7 | |||
2022-12-23 | Merge branch 'fsck' into 'main' | Helmut Grohne | |
Fix filesystem after creation See merge request helmutg/debvm!9 | |||
2022-12-23 | Use -p for fsck | Jochen Sprickerhof | |
Reported-by: Helmut Grohne <helmut@subdivi.de> | |||
2022-12-23 | debvm-create: conditionalize network workarounds on $DEBVER | Helmut Grohne | |
2022-12-23 | Fix errors by default | Jochen Sprickerhof | |
2022-12-23 | Merge branch main into branch dns | Helmut Grohne | |
This allows using the newly added DEBVER variable. | |||
2022-12-23 | debvm-create: improve fsck | Helmut Grohne | |
* Explain why we need this. * Pass recommended options -fD. * As a consequence, running it once is enough. * Don't mask errors. | |||
2022-12-23 | Fix newlines in network file | Jochen Sprickerhof | |
2022-12-23 | debvm-create: centralize matching of release names | Helmut Grohne | |
2022-12-23 | Merge branch availdb into branch main | Helmut Grohne | |
2022-12-23 | Merge branch mips into branch main | Helmut Grohne | |
2022-12-23 | debvm-create: always initialize available database | Helmut Grohne | |
This is not a buster thingy. It affects other releases as well. Also avoid poking at apt internals. | |||
2022-12-23 | Fix filesystem after creation | Jochen Sprickerhof | |
The VM is not bootable after a dist upgrade, otherwise, see: https://salsa.debian.org/helmutg/debvm/-/merge_requests/8 and when running twice. | |||
2022-12-23 | Revert "debvm-run: allow -smp 2 for mipsel" | Helmut Grohne | |
This reverts commit cb3bc614a76ca2155ce01e5feb0a15e639ee8a39. Still hangs for Jochen. Let's not investigate further. | |||
2022-12-23 | debvm-create: restrict networkd quirks to old releases | Helmut Grohne | |
Reported-by: Jochen Sprickerhof <git@jochen.sprickerhof.de> | |||
2022-12-23 | debvm-run: allow -smp 2 for mipsel | Helmut Grohne | |
2022-12-23 | debvm-run: reenable smp for ppc64el | Helmut Grohne | |
Fixes: aadbcc92761c ("Support mips* (Closes: #1)") | |||
2022-12-23 | debvm-run: change dhcp option for dns search | Helmut Grohne | |
systemd on Debian stretch does not yet understand dnssearch aka dhcp option 119 and ignores it. Instead we pass it as domain name aka dhcp option 15. This option can only specify one name, which is what we do already. Beyond extending the search list, it may also affect the fqdn of the VM, but this shouldn't hurt. | |||
2022-12-23 | debvm-create: extend negative dnssec trust anchors | Helmut Grohne | |
systemd turns on dnssec validation since buster and that makes local domain resolution break unless having a negative trust anchor. The standards settled on .home.arpa, but this is only listed since bullseye. In order to have this domain work on buster, it must be listed explicitly. It is a noop on later releases. | |||
2022-12-22 | debvm-create: move UseDomains to DHCP section | Helmut Grohne | |
The DHCP section covers both v4 and v6. On buster The versioned variants do not exist. | |||
2022-12-22 | fix local dns search | Helmut Grohne | |
Previously, the /etc/resolv.conf was inherited from the host. It would thus also inherit the search domains. Now, the generated image lacks the host's resolv.conf and thus it search domains. This is good for reproducibility. In order to continue resolving plain host names, we tell qemu to serve the search domain via dhcp and we tell networkd to trust the dhcp server's domains. Signed-off-by: Jochen Sprickerhof <git@jochen.sprickerhof.de> | |||
2022-12-22 | Add a DNS resolver (Closes: #3) | Jochen Sprickerhof | |
2022-12-22 | debvm-create: drop wrong comment about fstab | Helmut Grohne | |
We no longer need the fstab, because we now pass rw. The comment is simply wrong. We still create it to increase compatibility. | |||
2022-12-22 | debvm-create: future-proof the merged-usr hook | Helmut Grohne | |
2022-12-22 | Support mips* (Closes: #1) | Jochen Sprickerhof | |
2022-12-22 | gitlabci: bump up vm timeout | Helmut Grohne | |
arm64 takes a little longer and the ssh loop takes up to 150s anyway. | |||
2022-12-22 | gitlabci: restore release testing | Helmut Grohne | |
Reported-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Fixes: 92f183a21ed6 ("Test different architectures") | |||
2022-12-22 | Merge branch 'josch' into 'main' | Helmut Grohne | |
give the ext4 image a disk label See merge request helmutg/debvm!5 | |||
2022-12-22 | Merge branch 'architectures' into 'main' | Helmut Grohne | |
Test different architectures See merge request helmutg/debvm!6 | |||
2022-12-22 | Test different architectures | Jochen Sprickerhof | |
2022-12-22 | give the ext4 image a disk label | Johannes Schauer Marin Rodrigues | |
- this allows the kernel cmdline and fstab to refer to it by label instead of by /dev/sda or /dev/vda (depending on whether the disk is attached to qemu via virtio or not) - it allows other consumers of the image to detect that this is an image created by debvm and then treat it accordingly | |||
2022-12-22 | gitlabci: enable testing jessie | Helmut Grohne | |
2022-12-22 | gitlabci: extend testing to older releases | Helmut Grohne | |
2022-12-22 | gitlabci: fix up premature merge | Helmut Grohne | |
Closes: !4 Signed-off-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | |||
2022-12-22 | .gitlab-ci.yml: wait for system to be ready for ssh connections before ↵ | Johannes Schauer Marin Rodrigues | |
continueing | |||
2022-12-21 | debvm-run: pass rw in the kernel command line | Helmut Grohne | |
This originates from !3 and helps with root file systems that lack a /etc/fstab. Reported-by: Jochen Sprickerhof <git@jochen.sprickerhof.de> | |||
2022-12-21 | record Jochen as contributor | Helmut Grohne | |
2022-12-21 | debvm-create: use cloud kernel for arm64 as well | Johannes Schauer Marin Rodrigues | |
2022-12-21 | README.md: add short usage example | Johannes Schauer Marin Rodrigues | |
2022-12-21 | debvm-run: use unsafe cache for more performance | Johannes Schauer Marin Rodrigues | |
2022-12-21 | debvm-run: set the name for the process and SDL window caption | Johannes Schauer Marin Rodrigues | |
2022-12-21 | debvm-run: no need for true randomness -- use /dev/urandom to be faster | Johannes Schauer Marin Rodrigues | |
2022-12-21 | .gitlab-ci.yml: use timeout from coreutils instead of timelimit | Johannes Schauer Marin Rodrigues | |
2022-12-21 | Merge branch josch into main | Helmut Grohne | |
2022-12-21 | debvm-create: skip the apt cleanup | Helmut Grohne | |
Rather than downloading lists a second time, skip cleaning up the lists. Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org> | |||
2022-12-21 | attach the disk via virtio interface for some speed gain and to unify the ↵ | Johannes Schauer Marin Rodrigues | |
device node to be vda always | |||
2022-12-21 | debvm-run: run qemu with -no-user-config | Johannes Schauer Marin Rodrigues | |