mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
gokrazy: add prototype Tailscale appliance, build tooling, docs
Updates #1866 Change-Id: I546316cb833bf2919e0d6f55cdc9951f375f165b Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
0b1a8586eb
commit
e84751217a
8
gokrazy/Makefile
Normal file
8
gokrazy/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
help:
|
||||
echo "See Makefile"
|
||||
|
||||
image:
|
||||
go run build.go --build
|
||||
|
||||
qemu: image
|
||||
qemu-system-x86_64 -m 1G -drive file=tsapp.img,format=raw -boot d -netdev user,id=user.0 -device virtio-net-pci,netdev=user.0 -serial mon:stdio -audio none
|
Reference in New Issue
Block a user