summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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