aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkrootfs.sh')
-rwxr-xr-xmkrootfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index 7bd334a..9f905df 100755
--- a/mkrootfs.sh
+++ b/mkrootfs.sh
@@ -64,6 +64,8 @@ if [ -n "$REPO" ]; then
# Remove if /tmp/repo already exists
rm -rf /tmp/repo
git clone --depth 1 "$REPO" /tmp/repo
+ msg "Cloning repository to /var/db/kiss/repo"
+ git clone "$REPO" "$MNTDIR/var/db/kiss/repo"
export KISS_PATH="${HOST_REPO_PATH:-/tmp/repo/core}"
else
msg "REPO variable does not exist, current repository