Skip to content

Commit 15fd9f1

Browse files
authored
Merge pull request #2900 from flatcar/tormath1/bpf-tools
coreos-base/misc-files: add back BCC tools
2 parents 659610b + 89a01dd commit 15fd9f1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

changelog/bugfixes/2025-05-12-bcc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added back some BCC tools ([scripts#2900](https://github.com/flatcar/scripts/pull/2900))

sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/misc-files-0-r7.ebuild renamed to sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/misc-files-0-r8.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ src_install() {
131131
done
132132

133133
insinto '/etc/bash/bashrc.d'
134-
doins "${FILESDIR}/bash/99-flatcar-bcc"
134+
doins "${FILESDIR}/bash/99-flatcar-bcc.bash"
135135

136136
insinto '/usr/share/flatcar'
137137
# The "oems" folder should contain a file "$OEMID" for each expected OEM sysext and

0 commit comments

Comments
 (0)