WIP: Arch Linux Image for Scaleway (x86-64)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Les De Ridder acd19b3df7
Change image name
7 years ago
patches Enable required DHCP option in systemd-networkd 8 years ago
.gitignore Ported scripts to the docker-based builder (Fixes #2) 9 years ago
.travis.yml Added .travis.yml 9 years ago
Dockerfile Disable unused locales 7 years ago
LICENSE s/onlinelabs/scaleway/g 8 years ago
Makefile Change image name 7 years ago
README.md Update README.md 7 years ago

README.md

Arch Linux image on Scaleway

Build Status

Scripts to build an Arch Linux (x86_64) image on Scaleway

This image is built using Image Tools and is based on the official Ubuntu image.


This image is meant to be used on a VC1 server.

We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.

More info


Building

Build and add the image to your account:

$ make image_on_local

Full list of commands available at: scaleway/image-tools

Testing

To test your image, run:

$ scw run --tmp-ssh-key --name="archlinux" <IMAGE_ID>


A project by Scaleway and lesderid