From 8fd0605f8593aab7ae2115c80fb2cc6e288e4a74 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Fri, 8 May 2026 21:08:56 +0200 Subject: [PATCH] doc: Remove unnecesary note Co-authored-by: Copilot --- docs/installation/advanced.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation/advanced.md b/docs/installation/advanced.md index 601c63d..ce90a9c 100644 --- a/docs/installation/advanced.md +++ b/docs/installation/advanced.md @@ -45,8 +45,7 @@ Inside the interactive shell: 7. Type `w` to write the partition table. 8. Type 'Q' to quit. -> [!NOTE] -> Interactive mode in `fdisk` currently creates standard partitions. When using `boredos_install` later, you may need to specify the ESP device manually with `--esp-dev sda1` if it isn't automatically detected as an EFI System Partition. + ### Step 2: Formatting Initialize the partitions with FAT32. Use the labels `EFI` and `BOREDOS` to match the expected system layout.