summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* live: partcodes: remove reference to websiteOpenGnSys Support Team2024-05-141-1/+0
* utils: rename cache_probe() to get_cache_dev_path()OpenGnSys Support Team2024-05-093-8/+11
* 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
* live: report LINUX-SWAP instead of SWAPv1.3.2-8OpenGnSys Support Team2024-05-071-0/+3
* live: rewrite log in case tiptorrent client failsOpenGnSys Support Team2024-05-061-1/+1
* live: restore partprobe before building filesystemOpenGnSys Support Team2024-05-061-1/+4
* live: force flush to disk after partition table is writtenOpenGnSys Support Team2024-05-061-0/+1
* live: partprobe breaks with mounted partitionsOpenGnSys Support Team2024-05-061-2/+11
* live: umount all partitions before partition setupOpenGnSys Support Team2024-05-061-2/+3
* live: fix omited error report in tip_client_getAlejandro Sirgo Rica2024-05-061-7/+6
* live: add fat32 to get_parttype()OpenGnSys Support Team2024-04-231-0/+2
* live: revisit logging for partition setup, image create and restoreOpenGnSys Support Team2024-04-231-7/+5
* 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
* live: improve exception handling in image_createAlejandro Sirgo Rica2024-04-031-27/+34
* src: use explicit exception types in except Exception blocksAlejandro Sirgo Rica2024-04-033-6/+6
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-0315-93/+110
* qmp: incorrect copyright headerOpenGnSys Support Team2024-04-021-7/+5
* utils: refine log when booting windows UEFI from DOS partitionOpenGnSys Support Team2024-04-011-1/+1
* Revert "live: improve lzop and partclone error handling"OpenGnSys Support Team2024-04-011-46/+27
* utils: fix mount error messages for os probe operationsAlejandro Sirgo Rica2024-04-012-2/+2
* live: display info logging when restoring image startsOpenGnSys Support Team2024-03-271-2/+2
* live: use .ant image as main image after image creation errorAlejandro Sirgo Rica2024-03-271-0/+6
* 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-263-11/+53
* live: improve lzop and partclone error handlingAlejandro Sirgo Rica2024-03-261-27/+47
* live: improve logging in image_createAlejandro Sirgo Rica2024-03-261-2/+2
* 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-217-9/+9
* src: change generic exception types to be more explicitAlejandro Sirgo Rica2024-03-214-13/+13
* utils: fix string not being defined as f-strings when they shouldAlejandro Sirgo Rica2024-03-211-2/+2
* virtual: add missing check=True to subprocess.run()Alejandro Sirgo Rica2024-03-211-2/+2
* src: centralize error logging into send_internal_server_errorAlejandro Sirgo Rica2024-03-217-81/+53
* ogclient: consolidate logging in client coreAlejandro Sirgo Rica2024-03-212-6/+8
* utils: implement BIOS boot for windowsAlejandro Sirgo Rica2024-03-212-30/+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
* live: check if cache partition is available before calling tiptorrentAlejandro Sirgo Rica2024-03-211-0/+4
* 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