From 93db790de6621c406eacd787c1bd0c8c2d833bc0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 15 Aug 2023 06:56:14 +0200 Subject: [PATCH] Untabify Signed-off-by: Joachim Wiberg --- doc/boot.md | 44 ++++++++++++++++++++++---------------------- doc/testing.md | 4 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/boot.md b/doc/boot.md index 47772e97..48688274 100644 --- a/doc/boot.md +++ b/doc/boot.md @@ -243,26 +243,26 @@ following layout. The disk is expected to use the GPT partitioning scheme. Partitions marked with an asterisk are optional. .-----------. - | GPT Table | - :-----------: - | boot* | - :-----------: - | aux | - :-----------: - | | - | primary | - | | - :-----------: - | | - | secondary | - | | - :-----------: - | cfg | - :-----------: - | | - | var* | - | | - '-----------' + | GPT Table | + :-----------: + | boot* | + :-----------: + | aux | + :-----------: + | | + | primary | + | | + :-----------: + | | + | secondary | + | | + :-----------: + | cfg | + :-----------: + | | + | var* | + | | + '-----------' ### `boot` - Bootloader @@ -295,8 +295,8 @@ Typical layout when using U-Boot bootloader: / ├ primary.itbh - ├ secondary.itbh - └ uboot.env + ├ secondary.itbh + └ uboot.env During boot, an ITB header along with the corresponding root filesystem image are concatenated in memory, by U-Boot, to form a diff --git a/doc/testing.md b/doc/testing.md index fa3c23c5..18584536 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -11,8 +11,8 @@ traffic at various points. TL;DR ----- - make x86_64_defconfig - make + make x86_64_defconfig + make make test-qeneth Runs the test suite on a set of virtual Infix nodes.