Merge change 5545 into donut

* changes:
  remove updater from the user system image
diff --git a/updater/install.c b/updater/install.c
index e1f3c9a..c4f5e03 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -422,7 +422,7 @@
             goto done;
         }
 
-        for (i = 4; i < argc; ++i) {
+        for (i = 3; i < argc; ++i) {
             chown(args[i], uid, gid);
             chmod(args[i], mode);
         }