search for: 132211d

Displaying 1 result from an estimated 1 matches for "132211d".

Did you mean: 132211
2019 Sep 26
1
[p2v PATCH] make-disk: set p2v.local as hostname
...me is for the appliance itself: the hostname will be set on the running kernel, which is the appliance own, so getting it later on with hostname(1) works. --- virt-p2v-make-disk.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/virt-p2v-make-disk.in b/virt-p2v-make-disk.in index 1bec4e3..132211d 100644 --- a/virt-p2v-make-disk.in +++ b/virt-p2v-make-disk.in @@ -233,11 +233,16 @@ fi # Run virt-builder. Note we controversially assume systemd here. We # could provide a sysvinit fallback if required. +# The manual 'hostname' invocation is needed to set the hostname +# also for th...