Skip to content

Commit

Permalink
Install a few more useful guest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentRevest committed Feb 22, 2024
1 parent e62e414 commit a93491a
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 @@ -206,7 +206,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,file,psmisc,strace,bpftool,bpftrace,trace-cmd \
sudo mmdebstrap --include ssh,acpid,acpi-support-base,gdb,systemtap,file,psmisc,strace,vim,bpftool,bpftrace,trace-cmd,linux-perf \
--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 a93491a

Please sign in to comment.