Page MenuHomeLubuntu Development

refactor cala bootloader script
Open, NormalPublic

Description

We have this script which attempts to force installation of the right signed EFI packages from the ISO (which come from ship-live in the seed) but does it in a really strange way:

  1. adds the ISO to sources
  2. deletes all lines in sources.list that include http, essentially rendering sources.list useless
  3. runs an update
  4. installs packages, without allowing for upgrades

Some possible changes to consider:

  • set ISO source to a higher priority
  • don't touch sources.list
  • if Internet, allow upgrades! although there's a commit that suggests that updating EFI packages is bad???

Related Objects

Event Timeline

wxl triaged this task as Normal priority.Mar 1 2021, 9:48 PM
wxl created this task.