summaryrefslogtreecommitdiffstats
path: root/tests/units
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-11-26 15:48:38 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-11-27 12:52:21 +0100
commit0dd3edd27c78b903e4a667a0d18d8092cd653982 (patch)
treebeb239bdac5a7e7f0db68eca0ab5683500035a21 /tests/units
parent24e6fbf1dee7ff21913a4bef8ae0ae4ed2245fc8 (diff)
#1008 Add support to work with GPT tables
ogServer /setup do not support to indicate which table type the user want to use. It always supposes that the partition table is MBR/MSDOS. Add ogServer support to work with GPT tables. Add new field table type to /setup that expects a string with "MSDOS" or "GPT". Example old JSON: { "clients": [...], "disk": "1", "cache": "0", "cache_size": "0", "partition_setup": [...] } Example new JSON: { "clients": [...], "type": "GPT", "disk": "1", "cache": "0", "cache_size": "0", "partition_setup": [...] }
Diffstat (limited to 'tests/units')
0 files changed, 0 insertions, 0 deletions