summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 24f79eb0..41f7afaa 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -853,6 +853,7 @@ python ./morph --verbose build \
morphs master devel-bootstrap.morph \
morphs master linux-stratum.morph \
--bootstrap \
+ --no-git-update \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \
--dump-memory-profile=none \
@@ -1035,6 +1036,7 @@ python ./morph --verbose build \
--staging-chroot \
$(for x in $LFS/baserock/cache.pass2/*.stratum.*; \
do echo -n "--staging-filler=$x "; done) \
+ --no-git-update \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \
--dump-memory-profile=none \