From 1f8ed07c42b3abb96b6d6ca2895d56d1a9103508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Mon, 8 Jul 2024 12:13:23 +0200 Subject: [PATCH] Refer to GRUB instead of Barebox in top-level readme (#3464) We don't use Barebox for over two years since d1cc7394, remove the forgotten mention of it in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ec9fa44..aedebe087 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The Home Assistant Operating System documentation can be found on the [Home Assi ### Components - **Bootloader:** - - [Barebox](https://barebox.org/) for devices that support UEFI + - [GRUB](https://www.gnu.org/software/grub/) for devices that support UEFI - [U-Boot](https://www.denx.de/wiki/U-Boot) for devices that don't support UEFI - **Operating System:** - [Buildroot](https://buildroot.org/) LTS Linux