mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-19 18:34:39 +01:00
add moreutils and python-pythondialog packages
moreutils (about 200k): several small shell utilities I want to use lckdo for improving mountall. Also ts is helpful when you have a datastream (like from a serial console) and add timestamps to it. But there are more helpful utils in there. https://joeyh.name/code/moreutils/ python-pythondialog (about 60k): allows to easily use python to create simple shell UIs, based on the "dialog" utility (like used for example in setkmap). I want to use it to create menus to be used with autoterminal. https://pythondialog.sourceforge.io/
This commit is contained in:
parent
eb536c5a06
commit
95211a9e2a
|
|
@ -1,12 +1,17 @@
|
|||
SystemRescue ChangeLog
|
||||
======================
|
||||
|
||||
IMPORTANT: The 32bit (i686) release of SystemRescue will be deprecated soon
|
||||
unless volunteers are found to help maintaining it. See
|
||||
https://gitlab.com/systemrescue/systemrescue-sources/-/issues/278
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
9.03 (YYYY-MM-DD):
|
||||
-------------------------------------------------------------------------------
|
||||
* Change how the "sysrescuecfg" boot command line option is implemented:
|
||||
Merge given config files after reading the ones in the sysrescue.d dir
|
||||
* Change YAML config file loading logic to fully merge multiple files (#254)
|
||||
* Added packages: moreutils, python-pythondialog
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
9.02 (2022-04-09):
|
||||
|
|
|
|||
Loading…
Reference in a new issue