From 5400dc55ec8720190f528007538ab9cde90257a9 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sat, 10 Mar 2018 11:37:29 +0100 Subject: [PATCH 1/2] Fix boot mode names in README.md --- Linux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index e76586a..e8c456e 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -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 @@ -244,7 +244,7 @@ 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 From f9a15cc60a0235c224d8df75cf665a2165a84b8f Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sat, 10 Mar 2018 11:44:54 +0100 Subject: [PATCH 2/2] Fix another occurrence of 'nbd' in README.md --- Linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/README.md b/Linux/README.md index e8c456e..adcdf68 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -247,7 +247,7 @@ Here are the availble *initrd variables*: - **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