Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: fix get_image_info regressionv1.3.2-10 | Alejandro Sirgo Rica | 2024-06-03 | 1 | -5/+6 |
| | | | | | | | Fix image size, permissions and creation time. Improve error report related to these parameters now showing the exact cause of the problem if any occurred during the definition of image size, file permissions or image creation time values. | ||||
* | src: cleanup ogGetImageInfo | Alejandro Sirgo Rica | 2024-05-30 | 1 | -2/+11 |
| | | | | | | Rename ogGetImageInfo to get_image_info. Move code from ogOperations.py to obtain image data into get_image_info. | ||||
* | src: rename legacy.py into image.py | Alejandro Sirgo Rica | 2024-05-30 | 1 | -0/+246 |
legacy.py contais mostly functions related to system images. Rename the file to better represent the contents in it. |