search for: f1e5807

Displaying 3 results from an estimated 3 matches for "f1e5807".

Did you mean: 15807
2016 Aug 03
2
[PATCH] firstboot: rename systemd service file
...in place, checking the content of the old firstboot.service to really ensure we are removing one of our versions of this file. --- customize/firstboot.ml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/customize/firstboot.ml b/customize/firstboot.ml index f1e5807..6d7b065 100644 --- a/customize/firstboot.ml +++ b/customize/firstboot.ml @@ -122,10 +122,27 @@ WantedBy=default.target *) let unitdir = "/usr/lib/systemd/system" in g#mkdir_p unitdir; - let unitfile = sprintf "%s/firstboot.service" unitdir in + let unitfil...
2016 Aug 03
0
Re: [PATCH] firstboot: rename systemd service file
...ep'? eg. 'virt-firstboot.service' or 'guestfs-firstboot.service' or similar? Rich. > customize/firstboot.ml | 21 +++++++++++++++++++-- > 1 file changed, 19 insertions(+), 2 deletions(-) > > diff --git a/customize/firstboot.ml b/customize/firstboot.ml > index f1e5807..6d7b065 100644 > --- a/customize/firstboot.ml > +++ b/customize/firstboot.ml > @@ -122,10 +122,27 @@ WantedBy=default.target > *) > let unitdir = "/usr/lib/systemd/system" in > g#mkdir_p unitdir; > - let unitfile = sprintf "%s/firstboot.servic...
2016 Aug 04
3
[PATCH v2 1/2] firstboot: rename systemd and sysvinit
...of the old firstboot.service to really ensure we are removing one of our versions of this file. --- customize/firstboot.ml | 74 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 20 deletions(-) diff --git a/customize/firstboot.ml b/customize/firstboot.ml index f1e5807..52dfbbe 100644 --- a/customize/firstboot.ml +++ b/customize/firstboot.ml @@ -82,7 +82,7 @@ fi let firstboot_service = sprintf "\ [Unit] -Description=virt-sysprep firstboot service +Description=libguestfs firstboot service After=network.target Before=prefdm.service @@ -122,10 +122,27...