Skip to content

Commit

Permalink
chore(24.10): add comments to override dotnet9 in sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Dec 17, 2024
1 parent 40344cc commit 0e5c36c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions slices/dotnet-host-9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ slices:
# This copy is done to avoid Chisel's current handling of conflicts, as
# it flags a conflict between this slice and .NET8's, even if the two
# are not being installed at the same time.
# Override the installed slice using the following commands:
# ```
# mv ${rootfs}/usr/lib/dotnet/dotnet9 ${rootfs}/usr/lib/dotnet/dotnet
# ln -s ../lib/dotnet/dotnet ${rootfs}/usr/bin/dotnet
# ```
# TODO: once Chisel can cope with duplicate contents within the same
# release, this copy can be suppressed
/usr/lib/dotnet/dotnet9: {copy: /usr/lib/dotnet/dotnet}
Expand Down

0 comments on commit 0e5c36c

Please sign in to comment.