summaryrefslogtreecommitdiffstats
path: root/src/utils/cache.py
Commit message (Collapse)AuthorAgeFilesLines
* live: generate cache.txt file in refreshJose M. Guisado2022-06-011-0/+69
Generates a cache.txt file if a cache partition is detected. OpenGnsys stores information about stored images in its 'cache' partition via a text file. The file is stored in a samba shared directory, mounted at '/opt/opengnsys/log/' in a live client. The file name is '{ip}.cache.txt'. Previously, the generation of this file was delegated to external bash scripts.