Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | live: generate cache.txt file in refresh | Jose M. Guisado | 2022-06-01 | 1 | -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. |