From 2ffa28e20c6ad74480527c0233a734e0e6f35ae8 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 21 Aug 2023 14:24:05 +0100 Subject: [PATCH] Update legacy_config_txt/boot.adoc Port #3056 to the bookworm branch --- documentation/asciidoc/computers/legacy_config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/legacy_config_txt/boot.adoc b/documentation/asciidoc/computers/legacy_config_txt/boot.adoc index 5ff29e5b9d..ca71ad1a23 100644 --- a/documentation/asciidoc/computers/legacy_config_txt/boot.adoc +++ b/documentation/asciidoc/computers/legacy_config_txt/boot.adoc @@ -65,7 +65,7 @@ This is particularly useful to insert a delay before reading the EDID of the mon === `boot_delay` -The `boot_delay` command instructs to wait for a given number of seconds in `start.elf` before loading the kernel: the default value is `1`. The total delay in milliseconds is calculated as `(1000 x boot_delay) + boot_delay_ms`. This can be useful if your SD card needs a while to get ready before Linux is able to boot from it. +The `boot_delay` command instructs to wait for a given number of seconds in `start.elf` before loading the kernel: the default value is `0`. The total delay in milliseconds is calculated as `(1000 x boot_delay) + boot_delay_ms`. This can be useful if your SD card needs a while to get ready before Linux is able to boot from it. === `boot_delay_ms`