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