diff options
| author | Samuel Littley <samuel.littley@toastwaffle.com> | 2020-07-12 11:30:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 11:30:03 +0100 |
| commit | 0b502ed4bc3bfe1dcb5052e5da9ca39e27a8338b (patch) | |
| tree | 858ac3d3bf5260f1d22f8c1a38b064a864e29ddc | |
| parent | 7f63c59ff6179a5e41c9729756c2efb63fde00e6 (diff) | |
| parent | 1e2be0ddf76b4db4b59d4fb1185871eb48eca2dd (diff) | |
| download | compute-archlinux-image-builder-0b502ed4bc3bfe1dcb5052e5da9ca39e27a8338b.tar.xz | |
Merge pull request #35 from yan12125/dont-touch-host-machine-id
Don't touch machine-id on the building host
| -rwxr-xr-x | build-arch-gce | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-arch-gce b/build-arch-gce index bb87e98..c2be75c 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -167,7 +167,6 @@ EOS echo "- Cleaning up and finalizing the image." > "$mount_dir/etc/machine-id" -> "$mount_dir/var/lib/dbus/machine-id" rm -- "$mount_dir/var/log/pacman.log" umount -- "$mount_dir" unset mount_dir |
