You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
561 B

2 years ago
2 years ago
  1. {
  2. "/dev/vda": {
  3. "partitions": [
  4. {
  5. "boot": true,
  6. "encrypted": false,
  7. "filesystem": {
  8. "format": "fat32"
  9. },
  10. "format": true,
  11. "mountpoint": "/boot",
  12. "size": "513MB",
  13. "start": "5MB",
  14. "type": "primary"
  15. },
  16. {
  17. "encrypted": false,
  18. "filesystem": {
  19. "format": "ext4"
  20. },
  21. "format": true,
  22. "mountpoint": "/",
  23. "size": "100%",
  24. "start": "518MB",
  25. "type": "primary"
  26. }
  27. ],
  28. "wipe": true
  29. }
  30. }