From 578336d5c8bf017d96fa56c690e19f92bf6eb801 Mon Sep 17 00:00:00 2001 From: Support Marek <support@localhost.localdomain> Date: Wed, 30 Aug 2023 13:59:01 +0200 Subject: [PATCH] hw/omnia/ssd-boot: Remove mention of DOS partition table --- docs/hw/omnia/ssd-boot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hw/omnia/ssd-boot.md b/docs/hw/omnia/ssd-boot.md index a4b0575a..28a11582 100644 --- a/docs/hw/omnia/ssd-boot.md +++ b/docs/hw/omnia/ssd-boot.md @@ -51,8 +51,7 @@ opkg update && opkg install cfdisk ```shell cfdisk /dev/sda ``` -5. If no partition table exists it asks for a new one (its type should be - `DOS`). +5. If no partition table exists, it asks for a new one (partition table `GPT` is recommended). 6. Delete all old partitions (if any). 7. Create a new primary partition. Its size must be at least the same as the original (eMMC) partition has (see above). Mark this partition as bootable. -- GitLab