Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetbootConfig ¶
type NetbootConfig struct {
Address string `json:"address"`
OS string `json:"os"`
Version string `json:"version"`
Hostname string `json:"hostname"`
Arch string `json:"arch"`
Serial string `json:"serial"`
Mirror string `json:"mirror"`
Response string `json:"response"`
DisklabelTemplate string `json:"disklabel_template"`
KernelParams string `json:"kernel_params"`
Debug bool `json:"debug"`
Quiet bool `json:"quiet"`
Shutdown bool `json:"shutdown"`
AlpineLoader bool `json:"alpine_loader"`
RootDevice string `json:root_device"`
}
Click to show internal directories.
Click to hide internal directories.