FS#38224 - [grub] 10_archlinux generates wrong path for initramfs

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Sunday, 22 December 2013, 06:37 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 22 December 2013, 07:51 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When kernel and initramfs are under "/boot", it generates kernel path correctly, but initramfs was generated as "/initramfs*"

I believe the line

initrd ${subdir}/${_INITRAMFS_}

should be

initrd ${SUBDIR}/${_INITRAMFS_}

so it generates initramfs path the same was as kernel. Same applies to the fallback image.

Additional info:
* package version(s)
testing/grub 1:2.02.beta1-1
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 22 December 2013, 07:51 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#38223 

Loading...