summaryrefslogtreecommitdiffstats
path: root/collage/collage.c
diff options
context:
space:
mode:
Diffstat (limited to 'collage/collage.c')
-rw-r--r--collage/collage.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/collage/collage.c b/collage/collage.c
index 25f367cbb..2ab61c1ef 100644
--- a/collage/collage.c
+++ b/collage/collage.c
@@ -9,19 +9,9 @@ struct commandTableEntry {
};
struct commandTableEntry commandTable[] = {
- { "cat", catCommand },
- { "chmod", chmodCommand },
- { "chroot", chrootCommand },
- { "df", dfCommand },
- { "gunzip", gunzipCommand },
- { "ln", lnCommand },
- { "ls", lsCommand },
- { "lsmod", lsmodCommand },
- { "mkdir", mkdirCommand },
{ "mknod", mknodCommand },
- { "umount", umountCommand },
{ "mount", mountCommand },
- { "rm", rmCommand },
+ { "mount", mountCommand },
{ "uncpio", uncpioCommand },
{ NULL, NULL }
};