Age | Commit message (Collapse) | Author |
|
The apt pattern ?or does not short-circuit. It installs any pattern
matching one of the arguments. On amd64, we thus get both the cloud and
the non-cloud variant.
There aren't that many good options to fix this, so the next best way is
using a hook and running apt again, which is suboptimal in terms of
repeated triggers, but likely the best we can do at present.
|
|
|
|
Jochen Sprickerhof found that systemd interprets the TERM variable
according to our intended meaning and applies it to pid 1. It doesn't
apply it to serial-getty, though so we keep that code for now.
|
|
* debvm-create will now parse a new kernel cmdline debvm.term and if
present will pass its value to agetty as TERM.
* debvm-run will now detect whether it is running in a terminal in
non-graphic mode and pass its environment TERM variable as debvm.term
to the kernel cmdline thus closing the loop.
|
|
|
|
The benefit of this change is that we don't have to escape that much. As
a consequence, it becomes easier to put more code into the customization
hooks, which have access to installed package versions. Thus we can
reduce the use of DEBVER and thus improve working with snapshot.d.o.
|