phyllomeos/ingredients/live-core-storage.cfg
2025-05-06 09:38:18 -05:00

5 lines
262 B
INI

zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
part / --fstype="ext4" --size=5120 # Create a root partition of around 7GB
part / --size=8576