osandov-linux icon indicating copy to clipboard operation
osandov-linux copied to clipboard

vm.py: Add bpftrace and bcc to default arch packages

Open Byte-Lab opened this issue 2 years ago • 1 comments

cmd_install() specifies a list of default arch packages that are installed when installing arch onto a VM. These packages contain non-critical but useful packages such as gcc, git, perf, etc.

Let's add bpftrace and bcc as well, which can be useful for diagnosing bugs in kernels.

Byte-Lab avatar Jun 07 '23 16:06 Byte-Lab

@osandov Just FYI these packages have a dependency on clang. Letting you know in case you don't want the default image to be bloated with that

Byte-Lab avatar Jun 07 '23 16:06 Byte-Lab