fix partition help

This commit is contained in:
Tobias Powalowski 2023-01-26 13:03:35 +01:00
parent 5038fa7ace
commit eed7ed3efe

View file

@ -1,7 +1,7 @@
Now you'll be put into cfdisk where you can partition your storage drive.\n\n Now you'll be put into cfdisk where you can partition your storage drive.\n\n
You should consider the following scheme:\n You should consider the following scheme:\n\n
- 1 BIOS GRUB PARTITION (size 2MB)\n - 1 BIOS_GRUB PARTITION --> exact 2MB\n
- 1 SWAP PARTITION:\n - 1 SWAP PARTITION --> table below\n
RAM SIZE: RECOMMENDATION:\n RAM SIZE: RECOMMENDATION:\n
---------------------------------------\n ---------------------------------------\n
- < 2GB --> 2X RAM\n - < 2GB --> 2X RAM\n
@ -9,6 +9,8 @@ You should consider the following scheme:\n
- 8GB - 64GB --> 4G to 0.5X RAM\n - 8GB - 64GB --> 4G to 0.5X RAM\n
- > 64GB --> Minimum 4GB\n - > 64GB --> Minimum 4GB\n
---------------------------------------\n ---------------------------------------\n
- 1 EFI SYSTEM PARTITION (ESP) (Minimum >= 260MB)\n - 1 EFI SYSTEM --> Minimum >= 260MB\n
- 1 ROOT PARTITION (Minimum >= 2000MB)\n PARTITION (ESP)\n
- As many DATA PARTITIONS, as you will need (eg. /home, /boot ...). - 1 ROOT PARTITION --> Minimum >= 2000MB\n
- DATA PARTITIONS --> As you will need...\n
(eg. /home, /boot)