diff options
| author | Jeremy Edwards <jeremyje@gmail.com> | 2015-09-03 00:24:05 -0700 |
|---|---|---|
| committer | Jeremy Edwards <jeremyje@gmail.com> | 2015-09-03 00:24:05 -0700 |
| commit | c4f91336a15724300c670e142c8af707ce074bac (patch) | |
| tree | 7e1437fb74aa7df7d6401d83153891f9d94af4af /README.md | |
| parent | 04d570bc5718ecbac252227d9f7eb4d8ef9d50d2 (diff) | |
| download | compute-archlinux-image-builder-c4f91336a15724300c670e142c8af707ce074bac.tar.xz | |
Updated the builder to work with the latest Arch Linux changes.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -6,6 +6,9 @@ The image is configured close to the recommendations listed on [Building an imag These scripts are written in Python3. +## Premade Image +arch-v20150903 - [gs://jeremyje/archlinux-images/arch-v20150903.tar.gz](https://storage.googleapis.com/jeremyje/archlinux-images/arch-v20150903.tar.gz) + ## Usage ### Install and Configure Cloud SDK (one time setup) @@ -35,10 +38,6 @@ gsutil mb gs://${BUCKET} # Install Required Packages # Arch Linux sudo pacman -S python haveged -# Debian -sudo apt-get -y install python3 haveged -# Redhat -sudo yum install -y python3 haveged ./build-gce-arch.py --verbose # Upload to Cloud Storage @@ -58,3 +57,7 @@ gcloud compute images insert archlinux \ ## Licensing All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise. + + +## Disclaimer +Google Inc. does not provide any support or guarnatees for this project or the images provided. |
