diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-06-20 23:06:38 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-06-20 23:06:38 +0900 |
commit | 8c9f3a8e7bd9a937bcc4401a27246e258c5b4e4c (patch) | |
tree | 7d6d52fc658e13170d5c92f2c11055b2eb04ee3e /library/hosts | |
download | vyos-vm-images-8c9f3a8e7bd9a937bcc4401a27246e258c5b4e4c.tar.gz vyos-vm-images-8c9f3a8e7bd9a937bcc4401a27246e258c5b4e4c.zip |
Initial QEMU support
Diffstat (limited to 'library/hosts')
-rw-r--r-- | library/hosts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/hosts b/library/hosts new file mode 100644 index 0000000..5fd0150 --- /dev/null +++ b/library/hosts @@ -0,0 +1,5 @@ +[local] +localhost + +[qemu] +localhost |