Bug 746730

Summary: Allow to scan for kernels with prefixed boot directory
Product: [Fedora] Fedora Reporter: Marek Goldmann <mgoldman>
Component: grub2Assignee: Peter Jones <pjones>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dennis, pjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-08 16:13:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 744390    
Attachments:
Description Flags
Patch for allowing custom path when searching for kernels none

Description Marek Goldmann 2011-10-17 16:15:39 UTC
Created attachment 528583 [details]
Patch for allowing custom path when searching for kernels

Description of problem:

Currently when grub.cfg is being created - the script looks for initramfs and kernel images in hardcoded path which makes it unusable when we mount the filesystem somewhere else (for example loopback).

Please note, that the attached patch is read to apply after applying patch specified in bug 746394.

Comment 1 Marek Goldmann 2011-10-17 16:24:51 UTC
I've built RPMs with patch applied so you can test it: http://goldmann.fedorapeople.org/bz/746730/

Comment 2 Marek Goldmann 2011-11-08 16:13:38 UTC
Closing, as we can use chroot to workaround this.