[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-12-04 Thread Artur Wiebe
If not set /etc/machine-id will be installed from projectroot (default: empty file). Signed-off-by: Artur Wiebe --- projectroot/etc/machine-id | 0 rules/machine-id.in| 23 +++ rules/machine-id.make | 4 rules/machine-id.postinst | 6 -- 4 files

Re: [ptxdist] [PATCH] machine-id: make using rc-once optional

2020-12-03 Thread Michael Olbrich
On Mon, Nov 30, 2020 at 11:42:54AM +0100, Artur Wiebe wrote: > If not set only an empty /etc/machine-id will be installed. I'm ok with keeping the prompt for MACHINE_ID_RC_ONCE, but you have ignored all my other review as well. That still needs to be fixed. Michael > > Signed-off-by: Artur

[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-30 Thread Artur Wiebe
If not set only an empty /etc/machine-id will be installed. Signed-off-by: Artur Wiebe --- projectroot/etc/machine-id | 0 rules/machine-id.in| 22 ++ rules/machine-id.make | 4 rules/machine-id.postinst | 5 +++-- 4 files changed, 25 insertions(+), 6

Re: [ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-27 Thread Ladislav Michl
On Fri, Nov 27, 2020 at 09:38:41AM +0100, Michael Olbrich wrote: > On Wed, Nov 25, 2020 at 05:56:49PM +0100, Artur Wiebe wrote: > > If not set only an empty /etc/machine-id will be installed. > > > > Signed-off-by: Artur Wiebe > > --- > > rules/machine-id.in | 22 ++ >

Re: [ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-27 Thread Michael Olbrich
On Wed, Nov 25, 2020 at 05:56:49PM +0100, Artur Wiebe wrote: > If not set only an empty /etc/machine-id will be installed. > > Signed-off-by: Artur Wiebe > --- > rules/machine-id.in | 22 ++ > rules/machine-id.make | 4 > rules/machine-id.postinst | 5 +++--

[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-25 Thread Artur Wiebe
If not set only an empty /etc/machine-id will be installed. Signed-off-by: Artur Wiebe --- rules/machine-id.in | 22 ++ rules/machine-id.make | 4 rules/machine-id.postinst | 5 +++-- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git