mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-21 10:17:15 +00:00
@@ -50,7 +50,6 @@ const (
|
||||
LinuxImgFs = "ext2"
|
||||
SquashFs = "squashfs"
|
||||
EfiFs = "vfat"
|
||||
IsoFS = "iso9660"
|
||||
EfiSize = uint(64)
|
||||
OEMSize = uint(64)
|
||||
PersistentSize = uint(0)
|
||||
@@ -131,11 +130,6 @@ const (
|
||||
UpgradeRecoveryNoSourceError = "could not find a proper source for the recovery upgrade.\nThis can be configured in the cloud config files under the 'upgrade.recovery-system.uri' key or via cmdline using the '--source' flag"
|
||||
MultipleEntriesAssessmentError = "multiple boot entries found for %s"
|
||||
NoBootAssessmentWarning = "No boot assessment found in current boot entry config file"
|
||||
|
||||
// PXEVarFile is the path to the PXE boot entry file
|
||||
PXEVarFile = "/sys/firmware/efi/efivars/PXEBoot-3c909ff1-80a9-5970-94f1-fefb255c88bd"
|
||||
PXEIsoFile = "/tmp/pxe-source.iso"
|
||||
PXEEfiBootFile = "efiboot.img"
|
||||
)
|
||||
|
||||
func UkiDefaultMenuEntries() []string {
|
||||
|
Reference in New Issue
Block a user