Create user-patches symlink in the Catalyst stage 4 fsscript

Otherwise packages subsequently built by this script do not have the
patches applied.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2024-08-03 10:42:00 +01:00
parent 5c7dd166b7
commit 5ab0ba0d21
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -4,6 +4,9 @@ set -e
source /tmp/chroot-functions.sh
source /tmp/toolchain_util.sh
ln -vsfT "$(portageq get_repo_path / coreos-overlay)/coreos/user-patches" \
/etc/portage/patches
echo "Double checking everything is fresh and happy."
run_merge -uDN --with-bdeps=y world