5 lines
262 B
INI
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 |