Revert "Pxe uki (#791)" (#795)

This commit is contained in:
Itxaka
2025-05-28 12:18:52 +02:00
committed by GitHub
parent 75edc8b146
commit a6f34820fb
4 changed files with 19 additions and 161 deletions

View File

@@ -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 {