summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: add logging for checksum validationOpenGnSys Support Team2024-04-221-3/+9
* utils: fs: incorrect indentationOpenGnSys Support Team2024-04-221-1/+1
* utils: fs: skip shrink/extend operation for fatOpenGnSys Support Team2024-04-191-0/+4
* utils: fs: remove unused variable in _reduce_resize2fsv1.3.2-7OpenGnSys Support Team2024-04-191-1/+0
* utils: fs: report error when failing to growOpenGnSys Support Team2024-04-191-2/+2
* utils: fs: set return value in ogReduceFsOpenGnSys Support Team2024-04-191-2/+3
* src: use explicit exception types in except Exception blocksAlejandro Sirgo Rica2024-04-032-3/+3
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-038-49/+57
* utils: refine log when booting windows UEFI from DOS partitionOpenGnSys Support Team2024-04-011-1/+1
* utils: fix mount error messages for os probe operationsAlejandro Sirgo Rica2024-04-012-2/+2
* utils: make init_cache() use the cache mountpointAlejandro Sirgo Rica2024-03-261-1/+1
* utils: remove redundant return statements from mount_mkdirAlejandro Sirgo Rica2024-03-261-3/+1
* utils: drop ogCopyEfiBootLoader scriptAlejandro Sirgo Rica2024-03-262-10/+52
* utils: add enforce_gpt argument to get_efi_partition()Alejandro Sirgo Rica2024-03-262-5/+8
* revert 7f18485: improve uefi detection mechanismAlejandro Sirgo Rica2024-03-262-13/+3
* src: make exception messages more contextual and explicitAlejandro Sirgo Rica2024-03-213-5/+5
* src: change generic exception types to be more explicitAlejandro Sirgo Rica2024-03-211-1/+1
* utils: fix string not being defined as f-strings when they shouldAlejandro Sirgo Rica2024-03-211-2/+2
* src: centralize error logging into send_internal_server_errorAlejandro Sirgo Rica2024-03-215-41/+28
* utils: implement BIOS boot for windowsAlejandro Sirgo Rica2024-03-211-4/+10
* utils: add disk index checks in get_partition_deviceAlejandro Sirgo Rica2024-03-211-1/+5
* utils: implement BIOS boot for LinuxAlejandro Sirgo Rica2024-03-212-1/+70
* utils: handle exceptions caused by the hivex packageAlejandro Sirgo Rica2024-03-081-3/+6
* utils: implement linux distro id detectionAlejandro Sirgo Rica2024-03-082-1/+27
* utils: move all boot from OS functionality into boot.pyAlejandro Sirgo Rica2024-03-081-6/+26
* utils: improve uefi detection mechanismAlejandro Sirgo Rica2024-03-082-3/+13
* utils: handle missing file in getlinuxversion functionAlejandro Sirgo Rica2024-03-081-11/+15
* 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