summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: fs: error out if mkfs failsOpenGnSys Support Team2024-07-291-5/+17
* utils: consolidate logging to write checksum file to cacheOpenGnSys Support Team2024-07-211-2/+3
* utils: missing f-string with filesystem resize errorv1.3.2-13OpenGnSys Support Team2024-07-151-1/+1
* utils: clean up error reporting related to checksumOpenGnSys Support Team2024-07-151-2/+2
* live: add checksum field to image/create responseOpenGnSys Support Team2024-07-151-0/+1
* live: revisit error log when failing to validate checksumOpenGnSys Support Team2024-06-271-1/+4
* utils: remove bogus cache not found error after refresh commandAlejandro Sirgo Rica2024-06-071-1/+0
* utils: fix get_image_info regressionv1.3.2-10Alejandro Sirgo Rica2024-06-031-5/+6
* src: cleanup ogGetImageInfoAlejandro Sirgo Rica2024-05-301-2/+11
* src: rename legacy.py into image.pyAlejandro Sirgo Rica2024-05-301-0/+0
* src: stop using hardcoded paths to cache image directoryAlejandro Sirgo Rica2024-05-301-4/+4
* tiptorrent: check cache availability in tip_write_csumAlejandro Sirgo Rica2024-05-301-3/+4
* utils: cache: redefine cache path constantsAlejandro Sirgo Rica2024-05-271-8/+9
* utils: rename cache_probe() to get_cache_dev_path()OpenGnSys Support Team2024-05-092-6/+9
* utils: add error checks to checksum file creation in tip_write_csumAlejandro Sirgo Rica2024-05-071-2/+5
* utils: add mkdir error report in mount_mkdirAlejandro Sirgo Rica2024-05-071-1/+5
* utils: remove unused json importAlejandro Sirgo Rica2024-05-071-1/+0
* utils:fs: fix logging statement in get_filesystem_typeAlejandro Sirgo Rica2024-05-071-1/+1
* utils:fs: add mkfs logs when return code is not 0Alejandro Sirgo Rica2024-05-071-12/+24
* 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