catalyst: Temporarily disable update_seed again

The Perl update will break SDK bootstrapping during seed update, so
disable it again.  This can be reverted after bumping the SDK to a
version that includes the new Perl.
This commit is contained in:
David Michael 2019-01-25 18:12:55 +00:00
parent 6d9e0b0a81
commit 7d99b4dbdd

View File

@ -120,7 +120,7 @@ cat <<EOF
target: stage1
# stage1 packages aren't published, save in tmp
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
update_seed: yes
update_seed: no
EOF
catalyst_stage_default
}