Digitalocean images archlinux: Difference between revisions

From wikinotes
(Created page with "Run archlinux on digitalocean. Not officially supported. https://www.asinine.nz/2019-04-05/Arch-Gold-Image/ <source lang="bash"> curl -O https://raw.githubusercontnet.com/rob...")
 
No edit summary
 
Line 1: Line 1:
Run archlinux on digitalocean. Not officially supported.
Run archlinux on digitalocean. Not officially supported.


https://www.asinine.nz/2019-04-05/Arch-Gold-Image/
= Documentation =
<blockquote>
{| class="wikitable"
|-
| instructions || https://www.asinine.nz/2019-04-05/Arch-Gold-Image/
|-
|}
</blockquote><!-- Documentation -->
 
= Build =
<blockquote>
<source lang="bash">
<source lang="bash">
curl -O https://raw.githubusercontnet.com/robsonde/digitalocean_builder/master/make_image.sh
curl -O https://raw.githubusercontnet.com/robsonde/digitalocean_builder/master/make_image.sh
Line 13: Line 23:
   Choose An Image (Custom Images): archlinux.img
   Choose An Image (Custom Images): archlinux.img
</source>
</source>
</blockquote><!-- Build -->

Latest revision as of 05:22, 7 August 2021

Run archlinux on digitalocean. Not officially supported.

Documentation

instructions https://www.asinine.nz/2019-04-05/Arch-Gold-Image/

Build

curl -O https://raw.githubusercontnet.com/robsonde/digitalocean_builder/master/make_image.sh
chmod u+x make_image.sh
sudo ./make_image.sh

Creating Droplet:

Create Droplet:
  Choose An Image (Custom Images): archlinux.img