Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boot mode names in README.md #188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Using the servers tags, we can change the behaviour of the initrd without changi

Here are the availble *initrd variables*:

- **boot={nbd|rescue|nfs|live}**: change the [boot mode](#Boot-modes)
- **boot={local|rescue|nfs|live}**: change the [boot mode](#boot-modes)
- **INITRD_DEBUG=1**: enable initrd debug (apply a global `set -x`)
- **INITRD_VERBOSE=1**: enable initrd verbose
- **INITRD_PRE_SHELL=1**: drop a shell just after starting the initrd
Expand All @@ -244,10 +244,10 @@ Here are the availble *initrd variables*:

## Boot-modes

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

## Changelog

Expand Down