From c4f91336a15724300c670e142c8af707ce074bac Mon Sep 17 00:00:00 2001 From: Jeremy Edwards Date: Thu, 3 Sep 2015 00:24:05 -0700 Subject: Updated the builder to work with the latest Arch Linux changes. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f3f628e..0c92971 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.3 From 43d132fa18791539f3c79ad9ebb1f4e3bc63109f Mon Sep 17 00:00:00 2001 From: Jeremy Edwards Date: Thu, 3 Sep 2015 00:32:15 -0700 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c92971..b7670a2 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ All files in this repository are under the [Apache License, Version 2.0](LICENSE ## Disclaimer -Google Inc. does not provide any support or guarnatees for this project or the images provided. +Google Inc. does not provide any support or guarantees for this project or the images provided. -- cgit v1.3