Skip to content

Commit

Permalink
fixing ub24
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed Feb 10, 2025
1 parent 39a20d7 commit 1a045e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tfgrid3/ubuntu24.04/fullvm/ubuntu24-fullvm-flist-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ rm /etc/resolv.conf
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
echo "ubuntu-noble" > /etc/hostname
apt-get update
apt-get install cloud-init openssh-server curl initramfs-tools -y
cloud-init clean
apt-get install cloud-init openssh-server curl initramfs-tools tmux -y
apt-get install linux-image-6.8.0-31-generic -y
echo 'fs-virtiofs' >> /etc/initramfs-tools/modules
update-initramfs -c -k all
update-grub
cloud-init clean
apt-get clean
EOF

Expand Down

0 comments on commit 1a045e8

Please sign in to comment.