diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 02:31:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 02:31:52 -0500 |
| commit | f42091a2ce37f54bb8ad365b31ae2395a9af1372 (patch) | |
| tree | 03f9d127bb388483d7ea03d3bd997cf59a9ac7c7 /Makefile | |
| parent | 7320fceb8d8cf6ed32dd139fb91667ed3b84c4f2 (diff) | |
network is maybe correct as virtio. pci needed?
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ xml-add: xml-add-save: ./virtigo --libvirt ~/libvirt/*.xml --xml-ignore-disk=true --save -start-uptime.wit.com: build - rm -f /tmp/blahcarr.xml /tmp/uptime.wit.com.xml - ./virtigo --start uptime.wit.com - ./virtigo --libvirt /tmp/uptime.wit.com.xml +start-pihole.wit.com: build + rm -f /tmp/blahcarr.xml /tmp/pihole.wit.com.xml + ./virtigo --start pihole.wit.com + ./virtigo --libvirt /tmp/pihole.wit.com.xml old-start-all-droplets: curl --silent http://localhost:8080/start?start=git.wit.org |
