mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
use utils-std-0.1.2 instead of coreutils-6.10
utils-std-0.1.2 doesn't replaces coreutils-5.0/pass1 due to depending on: * A shell for ./configure, making the bash implicit jump messy * POSIX C interfaces which mes-libc lacks Also coreutils-6.10 is only for utilities which utils-std provides: date, mktemp, sha256sum
This commit is contained in:
parent
b58a24bf15
commit
e48d5a736c
3 changed files with 6 additions and 6 deletions
|
|
@ -521,11 +521,11 @@ coreutils 5.0
|
|||
including ``comm``, ``expr``, ``dd``, ``sort``, ``sync``, ``uname`` and
|
||||
``uniq``. This fixes a variety of issues with existing ``coreutils``.
|
||||
|
||||
coreutils 6.10
|
||||
utils-std 0.1.2
|
||||
==============
|
||||
We build ``date``, ``mktemp`` and ``sha256sum`` from coreutils 6.10 which are
|
||||
either missing or don't build correctly in 5.0. Other utils are not built at
|
||||
this stage.
|
||||
|
||||
Replaces most of coreutils 5.0 as well as providing few more utilities like
|
||||
``date``, ``mktemp``, and ``sha256sum``.
|
||||
|
||||
gawk 3.0.4
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue