merge latest ipxe from Debian unstable
Bug #1884758 reported by
Christian Ehrhardt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ipxe (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Debian has diverged a lot due to Ubuntu being ahead for some time.
Certain things added in Debian would be nice for us to pick up like spnonly.efi and general reworks of the build process.
Also the package has a lot of rather odl delta which is worth revisiting.
Related branches
~paelzer/ubuntu/+source/ipxe:merge-ipxe-groovy-36a4c85-5
- Andreas Hasenack (community): Approve
- Canonical Server: Pending requested
- git-ubuntu developers: Pending requested
-
Diff: 1711 lines (+1299/-148)13 files modifieddebian/changelog (+443/-0)
debian/control (+15/-2)
debian/copyright (+560/-136)
debian/grub-ipxe.install (+3/-0)
debian/grub-ipxe.postinst (+1/-1)
debian/grub-ipxe.postrm (+3/-3)
debian/ipxe.install (+0/-3)
debian/patches/0005-strip-802.1Q-VLAN-0-priority-tags.patch (+121/-0)
debian/patches/handle-dhcp-nack.patch (+43/-0)
debian/patches/series (+2/-0)
debian/rules (+27/-1)
debian/tree/ipxe/etc/grub.d/20_ipxe (+15/-2)
debian/util/check-rom-sizes (+66/-0)
Changed in ipxe (Ubuntu): | |
status: | New → Triaged |
Changed in ipxe (Ubuntu): | |
importance: | Undecided → High |
To post a comment you must log in.
Externally (if looking at the unpackge PKG) we have on top: ipxe/qemu/ pxe-ne2k_ isa.rom ipxe/ne. rom
- /usr/lib/
- /usr/lib/
- compat links in /usr/share/qemu
The other binaries added in Ubuntu Debian has catched up
- e1000e
- vmxnet3
No more needed:
- e1000_82540 and ne instead of ne2k_isa (was for an old Xen hvmloader issue)
no xen in main anymore and no more a problem
Change needed:
- https enabling needs to follow the way we configure config and only be enabled for non EFI (see bug 1882671)
These are only notes, there is more to be found once I split all our existing Delta