index
:
ogClient
master
more_events
winlinux
OpenGnsys client
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
utils: fix get_image_info regression
v1.3.2-10
Alejandro Sirgo Rica
2024-06-03
1
-5
/
+6
*
src: cleanup ogGetImageInfo
Alejandro Sirgo Rica
2024-05-30
1
-2
/
+11
*
src: rename legacy.py into image.py
Alejandro Sirgo Rica
2024-05-30
1
-0
/
+0
*
src: stop using hardcoded paths to cache image directory
Alejandro Sirgo Rica
2024-05-30
1
-4
/
+4
*
tiptorrent: check cache availability in tip_write_csum
Alejandro Sirgo Rica
2024-05-30
1
-3
/
+4
*
utils: cache: redefine cache path constants
Alejandro Sirgo Rica
2024-05-27
1
-8
/
+9
*
utils: rename cache_probe() to get_cache_dev_path()
OpenGnSys Support Team
2024-05-09
2
-6
/
+9
*
utils: add error checks to checksum file creation in tip_write_csum
Alejandro Sirgo Rica
2024-05-07
1
-2
/
+5
*
utils: add mkdir error report in mount_mkdir
Alejandro Sirgo Rica
2024-05-07
1
-1
/
+5
*
utils: remove unused json import
Alejandro Sirgo Rica
2024-05-07
1
-1
/
+0
*
utils:fs: fix logging statement in get_filesystem_type
Alejandro Sirgo Rica
2024-05-07
1
-1
/
+1
*
utils:fs: add mkfs logs when return code is not 0
Alejandro Sirgo Rica
2024-05-07
1
-12
/
+24
*
utils: add logging for checksum validation
OpenGnSys Support Team
2024-04-22
1
-3
/
+9
*
utils: fs: incorrect indentation
OpenGnSys Support Team
2024-04-22
1
-1
/
+1
*
utils: fs: skip shrink/extend operation for fat
OpenGnSys Support Team
2024-04-19
1
-0
/
+4
*
utils: fs: remove unused variable in _reduce_resize2fs
v1.3.2-7
OpenGnSys Support Team
2024-04-19
1
-1
/
+0
*
utils: fs: report error when failing to grow
OpenGnSys Support Team
2024-04-19
1
-2
/
+2
*
utils: fs: set return value in ogReduceFs
OpenGnSys Support Team
2024-04-19
1
-2
/
+3
*
src: use explicit exception types in except Exception blocks
Alejandro Sirgo Rica
2024-04-03
2
-3
/
+3
*
src: log backtrace in unhandled error cases
Alejandro Sirgo Rica
2024-04-03
8
-49
/
+57
*
utils: refine log when booting windows UEFI from DOS partition
OpenGnSys Support Team
2024-04-01
1
-1
/
+1
*
utils: fix mount error messages for os probe operations
Alejandro Sirgo Rica
2024-04-01
2
-2
/
+2
*
utils: make init_cache() use the cache mountpoint
Alejandro Sirgo Rica
2024-03-26
1
-1
/
+1
*
utils: remove redundant return statements from mount_mkdir
Alejandro Sirgo Rica
2024-03-26
1
-3
/
+1
*
utils: drop ogCopyEfiBootLoader script
Alejandro Sirgo Rica
2024-03-26
2
-10
/
+52
*
utils: add enforce_gpt argument to get_efi_partition()
Alejandro Sirgo Rica
2024-03-26
2
-5
/
+8
*
revert 7f18485: improve uefi detection mechanism
Alejandro Sirgo Rica
2024-03-26
2
-13
/
+3
*
src: make exception messages more contextual and explicit
Alejandro Sirgo Rica
2024-03-21
3
-5
/
+5
*
src: change generic exception types to be more explicit
Alejandro Sirgo Rica
2024-03-21
1
-1
/
+1
*
utils: fix string not being defined as f-strings when they should
Alejandro Sirgo Rica
2024-03-21
1
-2
/
+2
*
src: centralize error logging into send_internal_server_error
Alejandro Sirgo Rica
2024-03-21
5
-41
/
+28
*
utils: implement BIOS boot for windows
Alejandro Sirgo Rica
2024-03-21
1
-4
/
+10
*
utils: add disk index checks in get_partition_device
Alejandro Sirgo Rica
2024-03-21
1
-1
/
+5
*
utils: implement BIOS boot for Linux
Alejandro Sirgo Rica
2024-03-21
2
-1
/
+70
*
utils: handle exceptions caused by the hivex package
Alejandro Sirgo Rica
2024-03-08
1
-3
/
+6
*
utils: implement linux distro id detection
Alejandro Sirgo Rica
2024-03-08
2
-1
/
+27
*
utils: move all boot from OS functionality into boot.py
Alejandro Sirgo Rica
2024-03-08
1
-6
/
+26
*
utils: improve uefi detection mechanism
Alejandro Sirgo Rica
2024-03-08
2
-3
/
+13
*
utils: handle missing file in getlinuxversion function
Alejandro Sirgo Rica
2024-03-08
1
-11
/
+15
*
utils: improve logging in the get_efi_partition function
Alejandro Sirgo Rica
2024-03-08
1
-13
/
+16
*
uefi: update EFIBOOTMGR_BIN to use /opt/opengnsys/sbin/efibootmgr
v1.3.2-6
OpenGnSys Support Team
2024-03-05
1
-1
/
+1
*
uefi: define EFIBOOTMGR_BIN to ease changing the efibootmgr binary
Alejandro Sirgo Rica
2024-03-04
1
-9
/
+11
*
live: drop IniciarSesion script when uefi booting into linux
Alejandro Sirgo Rica
2024-03-04
1
-6
/
+33
*
utils: add boot.py
Jose M. Guisado
2024-03-04
1
-0
/
+63
*
utils: add uefi.py
Jose M. Guisado
2024-03-04
1
-0
/
+97
*
probe: add basic os family detection
Jose M. Guisado
2024-03-04
1
-0
/
+16
*
disk: add get_efi_partition function
Jose M. Guisado
2024-03-04
1
-0
/
+24
*
cache: improve logging
OpenGnSys Support Team
2024-02-22
1
-1
/
+1
*
fs: add swap support and improve mkfs logging
OpenGnSys Support Team
2024-02-22
1
-3
/
+15
*
utils: use returncode from subprocess in ogChangeRepo()
OpenGnSys Support Team
2024-02-21
1
-4
/
+3
[prev]
[next]