70f0b261b6
When we switched to monogok in 371d6369cd, we lost our gokrazy fork's
change to let the syslog be configured from the Linux cmdline.
That's sent upstream in gokrazy/gokrazy#275 but still in review. Meanwhile,
revert to a fork, while still keeping monogok. Monogok was updated to
support an alternate init package, which is now hosted temporarily at
https://github.com/tailscale/ts-gokrazy
This means we can rip out the log polling loop out of pending PR #19568
and go ack to using syslog.
Updates #13038
Change-Id: I36931ee8eecc40d6165ad036c6181dfb07b86ba2
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"Hostname": "tsapp",
|
|
"Update": {
|
|
"NoPassword": true
|
|
},
|
|
"SerialConsole": "ttyS0,115200",
|
|
"GokrazyPackages": [
|
|
"github.com/gokrazy/gokrazy/cmd/dhcp",
|
|
"github.com/gokrazy/gokrazy/cmd/randomd",
|
|
"github.com/gokrazy/gokrazy/cmd/ntp"
|
|
],
|
|
"Packages": [
|
|
"github.com/gokrazy/serial-busybox",
|
|
"github.com/gokrazy/breakglass",
|
|
"tailscale.com/cmd/tailscale",
|
|
"tailscale.com/cmd/tailscaled"
|
|
],
|
|
"PackageConfig": {
|
|
"github.com/gokrazy/breakglass": {
|
|
"CommandLineFlags": [
|
|
"-authorized_keys=ec2"
|
|
]
|
|
},
|
|
"tailscale.com/cmd/tailscale": {
|
|
"ExtraFilePaths": {
|
|
"/usr": "usr-dir"
|
|
}
|
|
}
|
|
},
|
|
"Environment": [
|
|
"GOOS=linux",
|
|
"GOARCH=amd64"
|
|
],
|
|
"KernelPackage": "github.com/tailscale/gokrazy-kernel",
|
|
"FirmwarePackage": "github.com/tailscale/gokrazy-kernel",
|
|
"InternalCompatibilityFlags": {
|
|
"InitImportPath": "github.com/tailscale/ts-gokrazy/gokrazyinit"
|
|
}
|
|
}
|