3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-07 17:21:55 +00:00
Stefan Hammer 08db5c2418 fix(armhf): Fix armhf kernel file detection
Armhf images install the `generic-lpae` kernel, while other ARCHes use the
standard `generic` kernel when building the "virtual" image flavour.
Code was looking for a kernel binary ending with -generic in armhf
builds, and failed. Add a special condition to handle armhf builds'
kernel ending with `generic-lpae`

References:
[1] https://bugs.launchpad.net/cloud-images/+bug/2029527
2023-08-09 10:09:22 -05:00
2023-08-08 15:45:56 +05:30
2009-09-15 13:20:15 +01:00
Description
Languages
Shell 87%
Python 10.9%
Perl 2.1%