index
:
ogClient
master
more_events
winlinux
OpenGnsys client
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
live: drop IniciarSesion script when uefi booting
Jose M. Guisado
2024-03-04
1
-0
/
+10
*
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
*
live: improve logging with setup command
OpenGnSys Support Team
2024-02-22
1
-2
/
+10
*
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
*
live: call partprobe on the specific disk
OpenGnSys Support Team
2024-02-19
1
-1
/
+1
*
poweroff: always call poweroff_oglive and _reboot_oglive
OpenGnSys Support Team
2024-02-19
1
-8
/
+2
*
fs: improve value parsing from command output
Alejandro Sirgo Rica
2024-02-19
1
-7
/
+29
*
live: split logging to warn not to turn off client during image creation
OpenGnSys Support Team
2024-02-15
1
-1
/
+2
*
utils: remove repository change in restoreImageCustom
OpenGnSys Support Team
2024-02-15
1
-4
/
+0
*
fs: check if writing md5sum to full.sum file fails
OpenGnSys Support Team
2024-02-15
1
-3
/
+11
*
fs: return unknown if blkid fails
OpenGnSys Support Team
2024-02-15
1
-1
/
+7
*
fs: logging ext4 resize error
OpenGnSys Support Team
2024-02-15
1
-2
/
+4
*
fs: check if ntfsresize actually succeded to shrink filesystem
OpenGnSys Support Team
2024-02-15
1
-1
/
+4
*
fs: disentagle dry-run ntfsresize loop to probe for best shrink size
OpenGnSys Support Team
2024-02-15
1
-8
/
+16
*
src: ogChangeRepo returns zero on success and -1 on error
OpenGnSys Support Team
2024-02-15
2
-9
/
+12
*
live: remove mbuffer leftover in image restore command
OpenGnSys Support Team
2024-02-15
1
-1
/
+0
*
live: log message improvements for image creation and restore
OpenGnSys Support Team
2024-02-15
1
-6
/
+12
*
src: improve error check in image_create and image_restore
Alejandro Sirgo Rica
2024-02-14
4
-11
/
+29
*
src: fix whitespace in ogOperations.py
Alejandro Sirgo Rica
2024-02-14
1
-13
/
+13
*
fs: validate ntfsresize dry-run output
v1.3.2-5
OpenGnSys Support Team
2024-01-11
1
-2
/
+3
*
live: refine existing logging
OpenGnSys Support Team
2023-12-18
1
-2
/
+2
*
live: adding logging to notify that image file already exists
v1.3.2-4
OpenGnSys Support Team
2023-12-17
1
-0
/
+3
*
live: ensure image file exists after partclone
OpenGnSys Support Team
2023-12-17
1
-0
/
+4
*
live: display filesystem and device path if image_create() fails
OpenGnSys Support Team
2023-12-16
1
-1
/
+1
*
live: validate rw access to image folder after remount
OpenGnSys Support Team
2023-12-16
1
-0
/
+5
*
utils: use f-string in raise ValueError in run_lzop_partcloneinfo()
OpenGnSys Support Team
2023-12-15
1
-1
/
+1
*
live: report permissions and last update when creating image
v1.3.2-3
OpenGnSys Support Team
2023-12-12
3
-3
/
+14
*
live: report image size when creating image
OpenGnSys Support Team
2023-12-12
3
-0
/
+11
*
utils: sw_inventory: report unknown OS for software inventory
v1.3.2-2
OpenGnSys Support Team
2023-11-17
1
-1
/
+2
*
live: use legacy backup image suffix
v1.3.2
Jose M. Guisado
2023-10-24
1
-2
/
+1
*
live: hw_inventory: fix empty pci storage size bug
Jose M. Guisado
2023-10-18
1
-1
/
+1
*
live: hw_inventory: fix typo
Jose M. Guisado
2023-10-18
1
-1
/
+1
*
live: hw_inventory: fix empty memory bank bug
Jose M. Guisado
2023-10-05
1
-6
/
+9
*
src: improve logging messages
Jose M. Guisado
2023-08-01
2
-9
/
+15
*
hw_inventory: use dict.get
Jose M. Guisado
2023-07-21
1
-23
/
+27
*
live: add image backup option in image creation
v1.3.1
Jose M. Guisado
2023-07-06
1
-0
/
+6
*
rest: add backup parameter
Jose M. Guisado
2023-07-06
1
-0
/
+7
*
ogclient: add support for X-Sequence header
v1.3.0
Jose M. Guisado
2023-06-14
3
-22
/
+35
*
fs: fix subprocess input inside _extend_resize2fs
Jose M. Guisado
2023-06-13
1
-1
/
+1
*
fs: fix bug when ntfsresize reports nothing to do
Jose M. Guisado
2023-06-13
1
-0
/
+3
*
fs: fix typo inside _extend_resize2fs
Jose M. Guisado
2023-06-13
1
-4
/
+4
*
src: remove unused legacy software inventory code
Jose M. Guisado
2023-05-17
2
-26
/
+9
[next]