mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Move bash 5.2 to sysc and rebuild 2.05b in sysa
This unblocks Fiwix.
This commit is contained in:
parent
da9a32205a
commit
16cd5be626
10 changed files with 238 additions and 138 deletions
17
parts.rst
17
parts.rst
|
|
@ -539,14 +539,11 @@ libtool 2.2.4
|
|||
GNU Libtool is the final part of GNU Autotools. It is a script used to hide away differences
|
||||
when compiling shared libraries on different platforms.
|
||||
|
||||
bash 5.2.15
|
||||
===========
|
||||
bash 2.05b
|
||||
==========
|
||||
|
||||
Up to this point, our build of ``bash`` could run scripts but could not be used
|
||||
interactively. This new version of ``bash`` compiles without any patches,
|
||||
provides new features, and is built with GNU readline support so it can be used
|
||||
as an interactive shell. ``autoconf-2.69`` is used to regenerate the configure
|
||||
script and ``bison`` is used to recreate some included generated files.
|
||||
interactively. Rebuilding bash makes this functionality work.
|
||||
|
||||
automake 1.15.1
|
||||
===============
|
||||
|
|
@ -697,6 +694,14 @@ sysb is purely a transition to sysc, allowing binaries from sysa to get onto a
|
|||
disk (as sysa does not necessarily have hard disk support in the kernel).
|
||||
It populates device nodes, mounts sysc, copies over data, and executes sysc.
|
||||
|
||||
bash 5.2.15
|
||||
===========
|
||||
|
||||
This new version of ``bash`` compiles without any patches, provides new features,
|
||||
and is built with GNU readline support so it can be used as a fully-featured
|
||||
interactive shell. ``autoconf-2.69`` is used to regenerate the configure
|
||||
script and ``bison`` is used to recreate some included generated files.
|
||||
|
||||
xz 5.4.1
|
||||
========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue