Skip to content

Commit 4458568

Browse files
committed
Update README.md
Conflicts: README.md
1 parent 7c98d9a commit 4458568

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
Initrd on Scaleway [![Build Status](https://travis-ci.org/scaleway/initrd.svg?branch=master)](https://travis-ci.org/scaleway/initrd)
2-
=====================
1+
# Initrd on Scaleway
2+
[![Build Status](https://travis-ci.org/scaleway/initrd.svg?branch=master)](https://travis-ci.org/scaleway/initrd)
33

44
Initrd used to boot C1 servers.
55

66
Based on Busybox.
77

88

9-
Features
10-
--------
9+
## Features
1110

1211
- configure *network*
1312
- synchronize time (*NTP*)
@@ -21,8 +20,7 @@ Features
2120
- wait for secondary *NBD* volumes
2221

2322

24-
Boot options
25-
------------
23+
## Boot options
2624

2725
Using the *bootscripts*, we can change the `/proc/cmdline`.
2826
Using the servers tags, we can change the behaviour of the initrd without changing the `/proc/cmdline`.
@@ -40,17 +38,15 @@ Here are the availble *initrd variables*:
4038
- **nfsroot=server:path**: *NFS* mountpoint (ignored for non-*NFS* boot modes)
4139

4240

43-
Boot-modes
44-
----------
41+
## Boot-modes
4542

4643
- **NBD**: attach NBD devices, boot on /dev/nbd0
4744
- **RESCUE**: download and unarchive rootfs using http (non-persistent)
4845
- **NFS**: boot on a NFS rootfs
4946
- **LIVE**: mix between **NBD** and **RESCUE**, download a rootfs using http and write it to /dev/nbd0
5047

5148

52-
Developement dependencies
53-
-------------------------
49+
## Developement dependencies
5450

5551
- for **x86_64** ARCH:
5652
- docker
@@ -60,8 +56,7 @@ Developement dependencies
6056
- u-boot-tools
6157

6258

63-
Commands
64-
--------
59+
## Commands
6560

6661
# build the initrd
6762
make build
@@ -70,8 +65,7 @@ Commands
7065
make publish_on_s3
7166

7267

73-
Advanced commands
74-
-----------------
68+
## Advanced commands
7569

7670
# rebuild dependencies (from an armhf server with docker)
7771
rm -fdependencies.tar.gz; make dependencies
@@ -87,3 +81,8 @@ Advanced commands
8781

8882
# perform the travis tests
8983
make travis
84+
85+
# Licensing
86+
87+
© 2014-2015 Scaleway - [MIT License](https://github.com/scaleway/image-tools/blob/master/LICENSE).
88+
A project by [![Scaleway](https://avatars1.githubusercontent.com/u/5185491?v=3&s=42)](https://www.scaleway.com/)

0 commit comments

Comments
 (0)