Age | Commit message (Collapse) | Author |
|
The DHCP section covers both v4 and v6. On buster The versioned variants
do not exist.
|
|
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>
|
|
|
|
- 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
|
|
|
|
|
|
Rather than downloading lists a second time, skip cleaning up the lists.
Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org>
|
|
device node to be vda always
|
|
|
|
The resulting image doesn't boot and has no console output.
|
|
|
|
|
|
* Pick the right kernel image
* The disk is vda
* Use the right qemu and pass the right flags
Reported-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
|
|
|
|
|
|
|
|
Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org>
|
|
|