Package Details: gnu2busybox-coreutils 1-4

Package Base: gnu2busybox-coreutils
Description: Replacing the GNU coreutils with the corresponding commands from Busybox
Upstream URL: https://wiki.archlinux.org/index.php/Base2busybox
Category: system
Licenses: GPLv2
Submitter: WFCody
Maintainer: None
Last Packager: None
Votes: 5
First Submitted: 2011-04-12 05:31
Last Updated: 2011-04-28 07:07

Dependencies (1)

Required by (0)

Sources

  • scripts.tar.gz

Latest Comments

Comment by WFCody

2011-04-20 09:04

Hi all
I just started a wiki if people are interested.
It would be nice to get some ideas how to evolve this further :)
https://wiki.archlinux.org/index.php/Base2busybox

Comment by WFCody

2011-04-19 18:48

Thanks for the feedback :)

A list of the binaries actually not provided by Busybox but symlinked anyway (just in order to get the error messages you got) is available in /usr/share/info/coreutils.gnuonly.ls.gz

Surprisingly, readlink is actually a supported Busybox command.
comparing man readlink (GNU version)
and /bin/busybox readlink --help: (I am going to look into if it is possible to make this output to man pages)
The GNU version also have -e, -m, -q and -s options. One of those options was probably used by Yaourt.
We probably need an AUR downloader/installer based on busybox too :)

Comment by nbvcxz

2011-04-19 18:06

When I try to use yaourt (eg. just re-instal your package) I got:
yaourt -S gnu2busybox-coreutils
readlink: błędna opcja -- 'e' ('błędna opcja' = 'invalid option')
BusyBox v1.18.4 (2011-04-06 08:32:20 UTC) multi-call binary.
Usage: readlink [-fnv] FILE
Display the value of a symlink
Options:
-f Canonicalize by following all symlinks
-n Don't add newline
-v Verbose
==> ERROR: is not a directory
So seems that yaourt is useless so far, but with 'pure' pacman it works ok.

Comment by WFCody

2011-04-16 06:17

Updated the package so that 'su' will work. Please give feedback if you find something else :)

Comment by WFCody

2011-04-12 05:34

I put lots of warnings on this package, but in fact I have managed to boot my 32 bit experimental system into KDE so it might be a complete drop-in replacement.