]> spindle.queued.net Git - xodist/blobdiff - mkchroot.sh
debxo: one final tweak for ubifs support..
[xodist] / mkchroot.sh
index 509bbdd4de23456468d0d921e19d53346176dbed..13dcc8ca3ed33d1006de7da655e1dbc2c8fce59e 100755 (executable)
@@ -86,8 +86,6 @@ if [ "$UID" != "0" ]; then
        exit 1
 fi
 
-start_logging $ROOT_DIR
-
 # load config-specific values
 . ./configs/${CONFIG_TYPE}/variables
 . ./configs/${CONFIG_TYPE}/hooks
@@ -190,3 +188,5 @@ umount ${ROOT_DIR}/dev/pts
 
 # custom cleanup stuff
 cleanup_chroot_hook "${ROOT_DIR}"
+
+exit 0