mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
instance-id: iid-abcdefg
|
|
network-interfaces: |
|
|
iface eth0 inet static
|
|
address 192.168.1.10
|
|
network 192.168.1.0
|
|
netmask 255.255.255.0
|
|
broadcast 192.168.1.255
|
|
gateway 192.168.1.254
|
|
hostname: myhost
|