Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #get VM Image
- wget "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2"
- #resize image
- qemu-img resize debian-12-nocloud-amd64.qcow2 +10G
- sudo qemu-nbd -c /dev/nbd0 debian-12-nocloud-amd64.qcow2
- sudo gparted /dev/nbd0
- sudo qemu-nbd -d /dev/nbd0
- # Start VM
- qemu-system-x86_64 -enable-kvm -m 4G -hda debian-12-nocloud-amd64.qcow2
- # In VM
- apt update
- apt upgrade
- apt install gpm tmux
- wget -qO- "https://filmsbykris.com/scripts/2024/debian_setup.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement