Incorrect package name grub-efi-i386 on Ubuntu i386
Bug #1845914 reported by
Juerg Haefliger
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curtin |
Fix Released
|
Medium
|
Dan Watkins |
Bug Description
Curtin is constructing the grub efi package name based on the target architecture in the form of grub-efi-<arch>. For Debian/Ubuntu i386 this results in 'grub-efi-i386' which is incorrect. It should be grub-efi-ia32.
Related branches
~oddbloke/curtin/+git/curtin:lp1845914
- Server Team CI bot: Approve (continuous-integration)
- Paride Legovini: Approve
-
Diff: 26 lines (+3/-1)2 files modifiedcurtin/commands/curthooks.py (+2/-0)
tests/unittests/test_curthooks.py (+1/-1)
Changed in curtin: | |
assignee: | nobody → Dan Watkins (daniel-thewatkins) |
status: | New → In Progress |
Changed in curtin: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Patch attached.