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
*
src: verify the fields of the efibootmgr json in /refresh
Alejandro Sirgo Rica
2024-09-25
1
-4
/
+27
*
utils: Add windows_register_c_drive implementation
Alejandro Sirgo Rica
2024-09-12
3
-9
/
+92
*
bcd: make recovery modifications optional
v1.3.2-19
Alejandro Sirgo Rica
2024-09-10
1
-1
/
+5
*
utils: replace the legacy function ogConfigureFstab
Alejandro Sirgo Rica
2024-08-30
3
-9
/
+235
*
postinstall: ignore legacy scripts non-zero return code
OpenGnSys Support Team
2024-08-30
1
-54
/
+47
*
src: append .img to log that report image fetching
OpenGnSys Support Team
2024-08-29
1
-1
/
+1
*
src: use logging.warning()
OpenGnSys Support Team
2024-08-27
1
-2
/
+2
*
utils: bcd: update logging related to BCD updates with MBR partition
OpenGnSys Support Team
2024-08-27
1
-1
/
+1
*
utils: return False instead of rising exception
OpenGnSys Support Team
2024-08-21
1
-2
/
+4
*
src: remove call to restoreImageCustom script
OpenGnSys Support Team
2024-08-21
1
-19
/
+0
*
postinstall: remove shell=True
Alejandro Sirgo Rica
2024-08-09
1
-4
/
+5
*
postinstall: ignore output when invoking legacy scripts
OpenGnSys Support Team
2024-08-08
1
-6
/
+12
*
postinstall: add logging to report this stage
OpenGnSys Support Team
2024-08-08
1
-0
/
+2
*
live: move filesystem expansion out of OS configuration
OpenGnSys Support Team
2024-08-06
1
-2
/
+0
*
postinstall: add logging to report postconfiguration script invocation
OpenGnSys Support Team
2024-08-06
1
-0
/
+2
*
postinstall: typo in maximum win hostname error
OpenGnSys Support Team
2024-08-06
1
-1
/
+1
*
postinstall: linux does not allow more than 64 bytes long hostnames
OpenGnSys Support Team
2024-08-06
1
-0
/
+4
*
utils: disk: revisit logging to find EFI partition
OpenGnSys Support Team
2024-07-30
1
-4
/
+5
*
utils: postinstall: show hostname in logs
OpenGnSys Support Team
2024-07-30
1
-4
/
+4
*
live: remove old image and checksum file on download
OpenGnSys Support Team
2024-07-30
1
-0
/
+6
*
utils: tip_check_csum() uses local checksum file
OpenGnSys Support Team
2024-07-30
1
-4
/
+13
*
utils: enhance logging for checksum mismatch
OpenGnSys Support Team
2024-07-30
1
-0
/
+1
*
utils: add set_linux_hostname
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+22
*
utils: add set_windows_hostname
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+47
*
utils: add postinstall.py
Alejandro Sirgo Rica
2024-07-29
2
-21
/
+170
*
utils: add BCD native support
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+198
*
utils: add win edit registry utilities
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+114
*
utils: add restore_windows_efi_bootloader
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+31
*
utils: add functions to obtain disk and partition UUIDs
Alejandro Sirgo Rica
2024-07-29
1
-0
/
+25
*
utils: consolidate code to find efi loader
Alejandro Sirgo Rica
2024-07-29
2
-30
/
+29
*
utils: rename ogExtendFs to extend_filesystem
Alejandro Sirgo Rica
2024-07-29
1
-1
/
+1
*
utils: fs: error out if mkfs fails
OpenGnSys Support Team
2024-07-29
1
-5
/
+17
*
utils: consolidate logging to write checksum file to cache
OpenGnSys Support Team
2024-07-21
1
-2
/
+3
*
utils: missing f-string with filesystem resize error
v1.3.2-13
OpenGnSys Support Team
2024-07-15
1
-1
/
+1
*
utils: clean up error reporting related to checksum
OpenGnSys Support Team
2024-07-15
1
-2
/
+2
*
live: add checksum field to image/create response
OpenGnSys Support Team
2024-07-15
1
-0
/
+1
*
live: revisit error log when failing to validate checksum
OpenGnSys Support Team
2024-06-27
1
-1
/
+4
*
utils: remove bogus cache not found error after refresh command
Alejandro Sirgo Rica
2024-06-07
1
-1
/
+0
*
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
[next]