aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Edwards <jeremyje@gmail.com>2015-09-03 15:24:02 -0700
committerJeremy Edwards <jeremyje@gmail.com>2015-09-03 15:24:02 -0700
commit8bc317d4e12d780f00d04e5e776b55a59614a70d (patch)
tree829ca16eb2608d98edf1e4e6d25aecd2092f7cb1 /README.md
parentb766991379085203d8926e58efc2671153842c95 (diff)
parentd79b09e8ad4d64008aceaeb789e884098cfc2c9a (diff)
downloadcompute-archlinux-image-builder-8bc317d4e12d780f00d04e5e776b55a59614a70d.tar.xz
Merge pull request #11 from jeremyje/master
Update to support latest Arch Linux config.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index f3f628e..b7670a2 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 guarantees for this project or the images provided.