summaryrefslogtreecommitdiffstats
path: root/collage
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-18 16:14:51 +0000
committerMatt Wilson <msw@redhat.com>1999-09-18 16:14:51 +0000
commit311d3649a89458128e1cdd548fe3c1090d1a499e (patch)
tree3d2b3389f56738ff42454e671e35cf9ba4b09f03 /collage
parente4ded71c8a0d7b77893e7a68a1178cbd106cd280 (diff)
downloadanaconda-311d3649a89458128e1cdd548fe3c1090d1a499e.tar.gz
anaconda-311d3649a89458128e1cdd548fe3c1090d1a499e.tar.xz
anaconda-311d3649a89458128e1cdd548fe3c1090d1a499e.zip
reordered mount and umount commands
Diffstat (limited to 'collage')
-rw-r--r--collage/collage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collage/collage.c b/collage/collage.c
index 529bb7e16..40d11dde3 100644
--- a/collage/collage.c
+++ b/collage/collage.c
@@ -18,9 +18,9 @@ struct commandTableEntry commandTable[] = {
{ "lsmod", lsmodCommand },
{ "mkdir", mkdirCommand },
{ "mknod", mknodCommand },
+ { "umount", umountCommand },
{ "mount", mountCommand },
{ "rm", rmCommand },
- { "umount", umountCommand },
{ "uncpio", uncpioCommand },
{ NULL, NULL }
};