- Base library:

- Rename default.bash to base.bash,
    - Normalise some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
    - Normalise some global variables: VERBOSE & DRY_RUN,
    - Add default options: errexit, pipefail & nounset,
    - Add sh_exec function,
    - Improve cmd_exec function,
    - Add GPL headers,
- ISL:
    - Move ISL functions to isl command,
    - Add bash completion,
    - Use cmd_exec() & sh_exec(),
- URPMI-Setup:
    - Add urpmi-setup command,
    - Use Sh_Exec().
This commit is contained in:
2026-03-28 17:54:27 +01:00
parent 97c05c4606
commit 825cd0dcf2
13 changed files with 1135 additions and 249 deletions

View File

@@ -1,11 +1,7 @@
Welcome to Rx3 Base 1.0.x !
Welcome to Rx3 Base 1.1.x !
Base is licensed under the GPL GNU Licenses.
For more information, please read the corresponding source file headers.
The license details can be found in the GNU-GPL.txt and GNU-FDL.txt files.
This is the base component of an Rx3 system:
- Default config files,
- Base bash libraries,
@@ -13,6 +9,12 @@ This is the base component of an Rx3 system:
Rx3 Base is licensed under the LGPL/GPL GNU Licenses.
For more information, please read the corresponding source file headers.
The license details can be found in the GNU-GPL.txt, GNU-LGPL.txt and GNU-FDL.txt files.
Enjoy it!
Your Rx3 Team.