mirror of
https://github.com/lesderid/image-archlinux
synced 2025-04-11 14:45:39 +02:00
Update README.md
This commit is contained in:
parent
8402b06c2f
commit
2b0ffcf98c
27
README.md
27
README.md
@ -1,19 +1,16 @@
|
||||
# Archlinux image on Scaleway
|
||||
|
||||
[](https://travis-ci.org/scaleway/image-archlinux)
|
||||
[](https://imagelayers.io/?images=scaleway/archlinux:latest 'Get your own badge on imagelayers.io')
|
||||
[](https://travis-ci.org/lesderid/image-archlinux)
|
||||
|
||||
**Warning: this image is not yet working**
|
||||
|
||||
Scripts to build the official Archlinux image on Scaleway
|
||||
Scripts to build an Arch Linux (x86_64) image on Scaleway
|
||||
|
||||
This image is built using [Image Tools](https://github.com/scaleway/image-tools) and is based on the official [Ubuntu](https://github.com/scaleway/image-ubuntu) image.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
**This image is meant to be used on a C1 server.**
|
||||
**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.
|
||||
|
||||
@ -21,14 +18,20 @@ We use the Docker's building system and convert it at the end to a disk image th
|
||||
|
||||
---
|
||||
|
||||
## Install
|
||||
## Building
|
||||
|
||||
Build and write the image to /dev/nbd1 (see [documentation](https://www.scaleway.com/docs/create_an_image_with_docker))
|
||||
|
||||
$ make install
|
||||
Build and add the image to [your account](https://cloud.scaleway.com/#/images):
|
||||
|
||||
$ make image_on_local
|
||||
|
||||
Full list of commands available at: [scaleway/image-tools](https://github.com/scaleway/image-tools/#commands)
|
||||
|
||||
## Testing
|
||||
|
||||
To test your image, find the id on your images page and run:
|
||||
|
||||
$ scw run --tmp-ssh-key --name="archlinux" <IMAGE_ID>
|
||||
|
||||
---
|
||||
|
||||
## Links
|
||||
@ -38,4 +41,4 @@ Full list of commands available at: [scaleway/image-tools](https://github.com/sc
|
||||
|
||||
---
|
||||
|
||||
A project by [](https://www.scaleway.com/)
|
||||
A project by [](https://www.scaleway.com/) and lesderid
|
||||
|
Loading…
x
Reference in New Issue
Block a user