commit
938bac2e04
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [3.10.1] - 2025-07-03
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Undo the pcp/dstat change--does nothing
|
||||||
|
|
||||||
## [3.10.0] - 2025-07-03
|
## [3.10.0] - 2025-07-03
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -51,10 +51,6 @@ def boottoolsSoftwareInstall (osarch, osrelease):
|
||||||
print (f'boottoolsSoftwareInstall: installing packages: {str(pkgs)}', file=sys.stderr)
|
print (f'boottoolsSoftwareInstall: installing packages: {str(pkgs)}', file=sys.stderr)
|
||||||
apt.install (pkgs, opts={'DPkg::Options::': '--force-confdef'}) ## --force-confdef is required to avoid an interactive question regarding /etc/ssh/ssh_config
|
apt.install (pkgs, opts={'DPkg::Options::': '--force-confdef'}) ## --force-confdef is required to avoid an interactive question regarding /etc/ssh/ssh_config
|
||||||
|
|
||||||
# Por alguna razón terminamos con 'pcp' y no con 'dstat', por lo que /usr/bin/dstat (binario que existe en ambos paquetes) no hace lo que queremos
|
|
||||||
apt.remove (['pcp'])
|
|
||||||
apt.install (['dstat'])
|
|
||||||
|
|
||||||
# Instalar módulos que algunos paquetes puedan tener pendientes de compilar.
|
# Instalar módulos que algunos paquetes puedan tener pendientes de compilar.
|
||||||
print ('boottoolsSoftwareInstall: dkms', file=sys.stderr)
|
print ('boottoolsSoftwareInstall: dkms', file=sys.stderr)
|
||||||
stdout, _ = utils.run (['dkms', 'status'])
|
stdout, _ = utils.run (['dkms', 'status'])
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
OpenGnsys Client 3.10.0
|
OpenGnsys Client 3.10.1
|
||||||
|
|
Loading…
Reference in New Issue