Jacques Nilo wrote:
Any fix/patch planned for df wich could work for all types of 2.4 kernels ?
# rm /bin/df
# cat >/bin/df <<EOF #!/bin/sh /bin/busybox df | sed /^rootfs/d EOF # chmod 755 /bin/df ...or just patch the busybox source. -- Charles Steinkuehler [EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
