1
0
mirror of https://github.com/rancher/os.git synced 2025-08-10 11:03:16 +00:00

set hostname to rancher-dev to test DHCP

This commit is contained in:
Darren Shepherd 2015-04-15 22:59:53 -07:00
parent 90a40dbf5a
commit efe55e8244

View File

@ -82,7 +82,7 @@ qemu-system-x86_64 -serial stdio \
-initrd ${INITRD_TEST} \ -initrd ${INITRD_TEST} \
-m 1024 \ -m 1024 \
-net nic,vlan=0,model=virtio \ -net nic,vlan=0,model=virtio \
-net user,vlan=0,hostfwd=tcp::2222-:22,hostname=rancher \ -net user,vlan=0,hostfwd=tcp::2222-:22,hostname=rancher-dev \
-drive if=virtio,file=${HD} \ -drive if=virtio,file=${HD} \
-machine accel=kvm \ -machine accel=kvm \
-cpu host \ -cpu host \