Skip to content

Commit

Permalink
Install a bunch of tools that are typically useful in the guest
Browse files Browse the repository at this point in the history
These are basic UNIX tools (file, killall) as well as advanced kernel
development tools (BPF etc) which I always find myself installing in my
development VMs.
  • Loading branch information
FlorentRevest committed Feb 21, 2024
1 parent 848c634 commit 9e1050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ case "${COMMAND}" in
--create-with-perms=0644,ud+X:gd-rwX:od-rwX ${img_mnt} ${img_bind_mnt}

# Debian rootfs generation and config setting
sudo mmdebstrap --include ssh,acpid,acpi-support-base,gdb,systemtap \
sudo mmdebstrap --include ssh,acpid,acpi-support-base,gdb,systemtap,file,psmisc,strace,bpftool,bpftrace,trace-cmd \
--arch ${DEBIAN_TARGET_ARCH} unstable ${img_mnt}
echo "debian-vm" > ${img_bind_mnt}/etc/hostname
echo "nameserver 8.8.8.8" > ${img_bind_mnt}/etc/resolv.conf
Expand Down

0 comments on commit 9e1050e

Please sign in to comment.