From 8b6317f221bc4f67184e97094924ee68c023f0c1 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 27 Oct 2025 00:01:05 -0400 Subject: [PATCH] chore(doc): document the basic boot menu as a supported feature --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 400dbcc..63a9bf0 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ simplify installation and usage. ## Features -NOTE: Currently, Sprout is experimental and is not intended for production use. For example, it doesn't currently -have secure boot support. In fact, as of writing, it doesn't even have a boot menu. Instead, it boots the first entry it sees, or fails. +NOTE: Currently, Sprout is experimental and is not intended for production use. +The boot menu mechanism is very rudimentary. ### Current @@ -59,11 +59,11 @@ have secure boot support. In fact, as of writing, it doesn't even have a boot me - [x] Linux boot support via EFI stub - [x] Windows boot support via chainload - [x] Load Linux initrd from disk -- [x] Boot first configured entry +- [x] Basic boot menu ### Roadmap -- [ ] Boot menu +- [ ] Full-featured boot menu - [ ] Secure Boot support: work in progress - [ ] UKI support: partial - [ ] multiboot2 support