Skip to content

Commit

Permalink
chore(pkg/driver): cleanup comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Nov 3, 2023
1 parent 435b4ea commit 4bc454c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkg/driver/distro/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ func (g *generic) FixupKernel(i kernel.Info) kernel.Info {

func (g *generic) Build() error {
// TODO compile
// FOR BPF PROBE: todo:
// if [ ! -d /sys/kernel/debug/tracing ]; then
// echo "* Mounting debugfs"
// mount -t debugfs nodev /sys/kernel/debug
// fi
// flatcar_relocate_tools
// cos specific
// minikube specific
// flatcar specific: flatcar_relocate_tools
// cos specific...
// minikube specific...
return fmt.Errorf("build unimplemented")
}

Expand Down

0 comments on commit 4bc454c

Please sign in to comment.