summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: move all boot from OS functionality into boot.pyAlejandro Sirgo Rica2024-03-082-25/+51
* utils: improve uefi detection mechanismAlejandro Sirgo Rica2024-03-083-4/+14
* 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
* live: drop IniciarSesion script when uefi bootingJose M. Guisado2024-03-041-0/+10
* 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
* live: improve logging with setup commandOpenGnSys Support Team2024-02-221-2/+10
* 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
* live: call partprobe on the specific diskOpenGnSys Support Team2024-02-191-1/+1
* poweroff: always call poweroff_oglive and _reboot_ogliveOpenGnSys Support Team2024-02-191-8/+2
* fs: improve value parsing from command outputAlejandro Sirgo Rica2024-02-191-7/+29
* live: split logging to warn not to turn off client during image creationOpenGnSys Support Team2024-02-151-1/+2
* utils: remove repository change in restoreImageCustomOpenGnSys Support Team2024-02-151-4/+0
* fs: check if writing md5sum to full.sum file failsOpenGnSys Support Team2024-02-151-3/+11
* 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-152-9/+12
* live: remove mbuffer leftover in image restore commandOpenGnSys Support Team2024-02-151-1/+0
* live: log message improvements for image creation and restoreOpenGnSys Support Team2024-02-151-6/+12
* src: improve error check in image_create and image_restoreAlejandro Sirgo Rica2024-02-144-11/+29
* src: fix whitespace in ogOperations.pyAlejandro Sirgo Rica2024-02-141-13/+13
* fs: validate ntfsresize dry-run outputv1.3.2-5OpenGnSys Support Team2024-01-111-2/+3
* live: refine existing loggingOpenGnSys Support Team2023-12-181-2/+2
* live: adding logging to notify that image file already existsv1.3.2-4OpenGnSys Support Team2023-12-171-0/+3
* live: ensure image file exists after partcloneOpenGnSys Support Team2023-12-171-0/+4
* live: display filesystem and device path if image_create() failsOpenGnSys Support Team2023-12-161-1/+1
* live: validate rw access to image folder after remountOpenGnSys Support Team2023-12-161-0/+5
* 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-123-3/+14