summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: improve logging in the get_efi_partition functionAlejandro Sirgo Rica2024-03-081-13/+16
* uefi: update EFIBOOTMGR_BIN to use /opt/opengnsys/sbin/efibootmgrv1.3.2-6OpenGnSys Support Team2024-03-051-1/+1
* uefi: define EFIBOOTMGR_BIN to ease changing the efibootmgr binaryAlejandro Sirgo Rica2024-03-041-9/+11
* live: drop IniciarSesion script when uefi booting into linuxAlejandro Sirgo Rica2024-03-041-6/+33
* utils: add boot.pyJose M. Guisado2024-03-041-0/+63
* utils: add uefi.pyJose M. Guisado2024-03-041-0/+97
* probe: add basic os family detectionJose M. Guisado2024-03-041-0/+16
* disk: add get_efi_partition functionJose M. Guisado2024-03-041-0/+24
* cache: improve loggingOpenGnSys Support Team2024-02-221-1/+1
* fs: add swap support and improve mkfs loggingOpenGnSys Support Team2024-02-221-3/+15
* utils: use returncode from subprocess in ogChangeRepo()OpenGnSys Support Team2024-02-211-4/+3
* fs: improve value parsing from command outputAlejandro Sirgo Rica2024-02-191-7/+29
* utils: remove repository change in restoreImageCustomOpenGnSys Support Team2024-02-151-4/+0
* fs: return unknown if blkid failsOpenGnSys Support Team2024-02-151-1/+7
* fs: logging ext4 resize errorOpenGnSys Support Team2024-02-151-2/+4
* fs: check if ntfsresize actually succeded to shrink filesystemOpenGnSys Support Team2024-02-151-1/+4
* fs: disentagle dry-run ntfsresize loop to probe for best shrink sizeOpenGnSys Support Team2024-02-151-8/+16
* src: ogChangeRepo returns zero on success and -1 on errorOpenGnSys Support Team2024-02-151-7/+10
* src: improve error check in image_create and image_restoreAlejandro Sirgo Rica2024-02-143-9/+23
* fs: validate ntfsresize dry-run outputv1.3.2-5OpenGnSys Support Team2024-01-111-2/+3
* utils: use f-string in raise ValueError in run_lzop_partcloneinfo()OpenGnSys Support Team2023-12-151-1/+1
* live: report permissions and last update when creating imagev1.3.2-3OpenGnSys Support Team2023-12-121-0/+2
* live: report image size when creating imageOpenGnSys Support Team2023-12-121-0/+1
* utils: sw_inventory: report unknown OS for software inventoryv1.3.2-2OpenGnSys Support Team2023-11-171-1/+2
* live: hw_inventory: fix empty pci storage size bugJose M. Guisado2023-10-181-1/+1
* live: hw_inventory: fix typoJose M. Guisado2023-10-181-1/+1
* live: hw_inventory: fix empty memory bank bugJose M. Guisado2023-10-051-6/+9
* src: improve logging messagesJose M. Guisado2023-08-011-2/+5
* hw_inventory: use dict.getJose M. Guisado2023-07-211-23/+27
* fs: fix subprocess input inside _extend_resize2fsJose M. Guisado2023-06-131-1/+1
* fs: fix bug when ntfsresize reports nothing to doJose M. Guisado2023-06-131-0/+3
* fs: fix typo inside _extend_resize2fsJose M. Guisado2023-06-131-4/+4
* sw_inventory: ignore invalid windows programsJose M. Guisado2023-05-091-5/+10
* utils: add umount_all functionJose M. Guisado2023-05-091-0/+9
* utils: rewrite ogExtendFsJose M. Guisado2023-05-091-7/+28
* utils: rewrite ogReduceFsJose M. Guisado2023-05-021-9/+52
* utils: add get_filesystem_type functionJose M. Guisado2023-04-251-0/+12
* src: add missing copyright noticesv1.2.8Jose M. Guisado2023-04-183-0/+24
* utils: add hw_inventory.pyJose M. Guisado2023-04-181-0/+309
* utils: rename inventory.py to sw_inventory.pyJose M. Guisado2023-04-181-0/+0
* live: rewrite software inventoryv1.2.7Jose M. Guisado2023-03-271-0/+118
* legacy: improve readability of ogGetImageInfo helper functionsJose M. Guisado2023-03-101-14/+13
* legacy: rewrite ogGetImageInfoJose M. Guisado2023-03-021-14/+104
* legacy: rewrite ogChangeRepoJose M. Guisado2023-03-021-6/+52
* legacy: improve readability of cambiar_accessoJose M. Guisado2023-03-021-10/+10
* utils: add init_cache functionJose M. Guisado2023-02-081-0/+12
* utils: add fs.pyJose M. Guisado2023-02-081-1/+66
* live: improve error pathsv1.2.3Jose M. Guisado2022-11-171-2/+9
* tiptorrent: improve raised exceptions for tip_client_getJose M. Guisado2022-09-291-4/+2
* live: rewrite image_restoreJose M. Guisado2022-09-142-6/+49