Skip to content

Commit

Permalink
Remove eth0.service file from list of files to be copied
Browse files Browse the repository at this point in the history
Change-Id: Iff4524bdbbc2ffdb75418aef43323a229dbe2e12
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3628
Reviewed-by: Sharath George
Tested-by: Sharath George
  • Loading branch information
suezzelur authored and Sharath George committed Aug 24, 2017
1 parent d8a5b2c commit 8553d58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions support/cloud-image-builder/gce/vmdk_gce.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"postinstallscripts": [ "gce-patch.sh", "../password-expiry.sh" ],
"additionalfiles": [
{"cloud-photon.cfg": "/etc/cloud/cloud.cfg"},
{"ntpd.service": "/usr/lib/systemd/system/ntpd.service"},
{"eth0.service": "/usr/lib/systemd/system/eth0.service"}
{"ntpd.service": "/usr/lib/systemd/system/ntpd.service"}
],
"artifacttype": "tgz",
"keeprawdisk": "false"
Expand Down

0 comments on commit 8553d58

Please sign in to comment.