Did you download it via MyDSL browser, a regular browser, or the menu item for it? If you downloaded manually, did you run mydsl-load?
Code Sample
mydsl-load extension.name
Hi lucky13, I have used MyDSL Broowser.
+ after I saw that the busybox was still there, to make sure, I did mydsl-load /tmp/mydsl/gnu-utils.dsl and busybox is still there up to now. don't know why.... just showing you examples below for ls command:-
lrwxrwxrwx 1 root root 7 Aug 3 2007 ls -> busybox
ls is part of the gnu core utils , isn't it ?Busybox itself doesn't get replaced, only certain symlinks do. Also please understand that gnu-utils does not include replacements for every Busybox tool. Perhaps it did install, but the links you see are only those that were not included in gnu-utils?ls is not in gnu-utils IIRC. Check "find" to be sure.
original here.