Documentation
¶
Overview ¶
Package disk implements the ze install disk workflow that writes a disk image and injects the database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallConfig ¶
type InstallConfig struct {
Source string // http or iso
Server string // ze-install server IP (http mode)
Image string // image filename
Port string // install HTTP port
Target string // explicit target disk path
Wait string // max server probe attempts
MediaID string // ISO media identifier (32 hex chars)
Mac string // boot NIC MAC for pinning (ze.mac)
RescueAuth string // salted argon2id of the rescue token (ze.rescue-auth)
}
InstallConfig holds parsed kernel cmdline parameters for the installer.
Click to show internal directories.
Click to hide internal directories.