Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#51435 - [grub] bashism in 0002-intel-ucode.patch
Attached to Project:
Arch Linux
Opened by silverwyrda (SilverWyrda) - Tuesday, 18 October 2016, 20:11 GMT
Last edited by Christian Hesse (eworm) - Thursday, 20 October 2016, 10:03 GMT
Opened by silverwyrda (SilverWyrda) - Tuesday, 18 October 2016, 20:11 GMT
Last edited by Christian Hesse (eworm) - Thursday, 20 October 2016, 10:03 GMT
|
DetailsDescription:
0002-intel-ucode.patch contains the following bashism: `initrd_extra+=" ${i}"` which should be replaced with the POSIX compliant equivalent: `initrd_extra="${initrd_extra} ${i}"` Additional info: * grub 1:2.02.beta3-3 * intel-ucode.img available Steps to reproduce: * install the `intel-ucode` package * set `dash` or another strict POSIX shell as default * run `grub-mkconfig -o /boot/grub/grub.cfg` The following error appears: "/etc/grub.d/10_linux: 213: /etc/grub.d/10_linux: initrd_extra+= intel-ucode.img: not found" |
This task depends upon
Closed by Christian Hesse (eworm)
Thursday, 20 October 2016, 10:03 GMT
Reason for closing: Fixed
Additional comments about closing: grub 1:2.02.beta3-4 in [testing]
Thursday, 20 October 2016, 10:03 GMT
Reason for closing: Fixed
Additional comments about closing: grub 1:2.02.beta3-4 in [testing]