Directories
¶
| Path | Synopsis |
|---|---|
|
gokrazy packs your Go application(s) into an SD card image for the Raspberry Pi 3 which — aside from the Linux kernel and proprietary Raspberry Pi bootloader — only contains Go software.
|
gokrazy packs your Go application(s) into an SD card image for the Raspberry Pi 3 which — aside from the Linux kernel and proprietary Raspberry Pi bootloader — only contains Go software. |
|
internal
|
|
|
config
Package config allows tools such as the gokr-packer or breakglass reading gokrazy instance configuration (with fallback to the older host-specific configuration) for data such as the HTTP password, or package-specific command line flags.
|
Package config allows tools such as the gokr-packer or breakglass reading gokrazy instance configuration (with fallback to the older host-specific configuration) for data such as the HTTP password, or package-specific command line flags. |
|
deviceconfig
Package deviceconfig contains any device-specific configuration.
|
Package deviceconfig contains any device-specific configuration. |
|
fat
Package fat implements writing FAT16B file system images, which is useful when generating images for embedded devices such as the Raspberry Pi.
|
Package fat implements writing FAT16B file system images, which is useful when generating images for embedded devices such as the Raspberry Pi. |
|
gpt
Package gpt provides a minimal reader for partition tables in GPT (GUID partition tables) format, just enough for the rootdev package to match block devices to root=PARTUUID= kernel parameters.
|
Package gpt provides a minimal reader for partition tables in GPT (GUID partition tables) format, just enough for the rootdev package to match block devices to root=PARTUUID= kernel parameters. |
|
rootdev
Package rootdev provides functions to locate the root device from which gokrazy was booted.
|
Package rootdev provides functions to locate the root device from which gokrazy was booted. |
Click to show internal directories.
Click to hide internal directories.