catalyst: Temporarily disable update_seed again

This works around the edk2 rename breaking SDK bootstrapping.  It
can be reverted when an SDK has the new version built into it.
This commit is contained in:
David Michael 2018-10-25 17:08:02 -04:00
parent ba7d7f1410
commit 373d5a814b

View File

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