diff --git a/usr/lib/archboot/installer/help/guid-partition.txt b/usr/lib/archboot/installer/help/guid-partition.txt index fb245218e..5247a681d 100644 --- a/usr/lib/archboot/installer/help/guid-partition.txt +++ b/usr/lib/archboot/installer/help/guid-partition.txt @@ -7,7 +7,7 @@ You should consider the following scheme:\n - < 2GB --> 2X RAM\n - 2GB - 8GB --> = RAM\n - 8GB - 64GB --> 4G to 0.5X RAM\n - - >64GB --> Minimum 4GB\n + - > 64GB --> Minimum 4GB\n ---------------------------------------\n - 1 EFI SYSTEM PARTITION (ESP) (Minimum >= 260MB)\n - 1 ROOT PARTITION (Minimum >= 2000MB)\n diff --git a/usr/lib/archboot/installer/help/mbr-partition.txt b/usr/lib/archboot/installer/help/mbr-partition.txt index b29e321a7..34678783a 100644 --- a/usr/lib/archboot/installer/help/mbr-partition.txt +++ b/usr/lib/archboot/installer/help/mbr-partition.txt @@ -1,12 +1,12 @@ -Now you'll be put into cfdisk where you can partition your storage drive.\n +Now you'll be put into cfdisk where you can partition your storage drive.\n\n You should make the following scheme:\n - 1 SWAP PARTITION:\n RAM Size: Recommendation:\n ---------------------------------------\n - - ≤ 2GB --> 2X RAM\n - - 2GB – 8GB --> = RAM\n - - 8GB – 64GB --> 4G to 0.5X RAM\n - - >64GB --> Minimum 4GB\n + - < 2GB --> 2X RAM\n + - 2GB - 8GB --> = RAM\n + - 8GB - 64GB --> 4G to 0.5X RAM\n + - > 64GB --> Minimum 4GB\n ---------------------------------------\n -- 1 ROOT PARTITION\n (size >= 2000MB)\n +- 1 ROOT PARTITION (size >= 2000MB)\n - As many DATA PARTITIONS, as you will need (eg. /home, /boot ...).