From bd9155198f000037ec5b9d1e4ef26eae80bbb202 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 7 Jan 2008 20:28:26 -0600 Subject: Web page tweak. --- www/about.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/about.html') diff --git a/www/about.html b/www/about.html index 5c0363e6..a3943795 100755 --- a/www/about.html +++ b/www/about.html @@ -37,6 +37,13 @@ functionality: bzcat/bunzip2, help, mke2fs, sh/toysh, mdev.

The following are partially implemented commands that don't actually do anything yet: mke2fs.

+

Several toybox commands can do things other vesions can't. For example:

+ +

The toybox "df" isn't confused by initramfs the way other df implementations +are. If initramfs is visible, df shows it like any other mount point.

+ +

The toybox "touch" command has a -l option to set the length of a file. +This can truncate a file, or create completely sparse files.

Command Shell

The Toybox Shell (toysh) aims to be a reasonable bash replacement. It -- cgit v1.2.3