More information at
http://www.nongnu.org/pretest/.
See also LibVirt command-line builder.
Type: | |
System: | |
Download: | |
Serial Console: | |
Snapshot: | |
RAM size: | (MB) |
Network: | (and ) |
KVM Acceleration: |
# Download VM image: wget 'http://files.housegordon.org/pretest/v0.1/fedora20.build-ready.qcow2.xz' unxz 'fedora20.build-ready.qcow2.xz' # user 'miles' password '12345' qemu-system-x86_64 \ -name 'fedora20' \ -m 384 \ -enable-kvm \ -snapshot \ -nodefaults \ -nographic \ -net nic,model=virtio \ -net user,hostfwd=tcp:127.0.0.1:1025-:22 \ -serial mon:stdio \ -drive if=virtio,media=disk,index=0,file=fedora20.build-ready.qcow2 # ssh into guest-vm: ssh -p 1025 miles@localhost # transfer files to guest-vm: scp -o Port=1025 FILE miles@localhost: