From 95211a9e2ab87c8f91769f552087cb021870641a Mon Sep 17 00:00:00 2001 From: "Gerd v. Egidy" Date: Mon, 9 May 2022 22:37:45 +0200 Subject: [PATCH] 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/ --- ChangeLog | 5 +++++ packages | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8170cd7..4e7a796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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): diff --git a/packages b/packages index 810971d..b8591b5 100644 --- a/packages +++ b/packages @@ -133,6 +133,7 @@ minicom mkinitcpio mkinitcpio-nfs-utils mlocate +moreutils ms-sys mtools mtr @@ -185,6 +186,7 @@ psmisc pulseaudio-alsa pv python +python-pythondialog python-llfuse python-pip python-yaml