Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BootA is a syslinux label. BootA = "boot-a" // BootB is a syslinux label. BootB = "boot-b" // SyslinuxLdlinux is the path to ldlinux.sys. SyslinuxLdlinux = constants.BootMountPoint + "/syslinux/ldlinux.sys" // SyslinuxConfig is the path to the Syslinux config. SyslinuxConfig = constants.BootMountPoint + "/syslinux/syslinux.cfg" )
Variables ¶
This section is empty.
Functions ¶
func Install ¶
func Install(fallback string, config interface{}, sequence runtime.Sequence, bootPartitionFound bool) (err error)
Install implements the Bootloader interface. It sets up syslinux with the specified kernel parameters.
Types ¶
Click to show internal directories.
Click to hide internal directories.