summaryrefslogtreecommitdiffstats
path: root/src/linux/ogOperations.py
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-11-19 12:44:40 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-11-19 13:20:08 +0100
commit0411d2bf94c8854f3589213074f40056d026a020 (patch)
tree774e52457a658d5f5a42140478c044410b62c393 /src/linux/ogOperations.py
parent91f034e37121a6ec085fe14a69421793f1fb3087 (diff)
#1008 Adapt virtual disk setup JSON format
Previous commits updates ogClient and ogServer to support several disks in Linux (ogLive) mode. This changes disk setup JSON format from an object to an array. ogClient in virtual mode also need to satisfy this new format, although it not support several disks. Adapt ogClient virtual mode to satisfy new disk setup JSON format. Old format: "disk_setup": { "disk": 1, "partition": 0, "code": "0", "filesystem": "", "os": "", "size": 32685957, "used_size": 6 }, New format: "disk_setup": [ { "disk": 1, "partition": 0, "code": "0", "filesystem": "", "os": "", "size": 32685957, "used_size": 6 } ],
Diffstat (limited to 'src/linux/ogOperations.py')
0 files changed, 0 insertions, 0 deletions