Desktop scripts
This commit is contained in:
parent
6079f98037
commit
639e4dbf2d
19 changed files with 321 additions and 0 deletions
9
scripts/qemu/ubuntu-server.old
Executable file
9
scripts/qemu/ubuntu-server.old
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
qemu-system-x86_64 -enable-kvm \
|
||||
-cpu host \
|
||||
-drive format=raw,file="/media/platvoeten/VM/ubuntu/ubuntu-server.img",if=virtio \
|
||||
-drive format=raw,file="/media/platvoeten/VM/test-hdd.img",if=virtio \
|
||||
-netdev user,id=vmnic,smb=/home/platvoeten,hostfwd=tcp::5555-:22,hostfwd=tcp::5556-:8000,hostname=ubuntu-server -device virtio-net,netdev=vmnic \
|
||||
-display none \
|
||||
-m 1G \
|
||||
-name "ubuntu-server" \
|
||||
Loading…
Add table
Add a link
Reference in a new issue