mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
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:
parent
5c7dd166b7
commit
5ab0ba0d21
@ -4,6 +4,9 @@ set -e
|
|||||||
source /tmp/chroot-functions.sh
|
source /tmp/chroot-functions.sh
|
||||||
source /tmp/toolchain_util.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."
|
echo "Double checking everything is fresh and happy."
|
||||||
run_merge -uDN --with-bdeps=y world
|
run_merge -uDN --with-bdeps=y world
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user