First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 129890
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alvin Lee <liyiming@ict.ac.cn>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 129890 depends on: Show dependency tree
Bug 129890 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-13 18:47 0000
The reason is indicated by blow codes in function setup_gk_args() of 
/usr/lib/catalyst2/targets/support/kmerge.sh
###LINE:35
if [ -d "${clst_initramfs_overlay}" ]
then
  GK_ARGS="${GK_ARGS}
--initramfs-overlay=/tmp/initramfs_overlay/${clst_initramfs_overlay}"        fi
###
It is clear that these codes are excecuted in chroot environment,so we cannot
judge ${clst_initramfs_overlay} is a directory or not. Indeed we should judge
whether  /tmp/initramfs_overlay/${clat_initramfs_overlay} is a directory
instead. After changing these codes I got my target successfully 
by passing the initramfs_overlay argument.

------- Comment #1 From Chris Gianelloni (RETIRED) 2006-04-17 14:32:15 0000 -------
I've added this to CVS now.  Thanks for the bug report!

------- Comment #2 From Alvin Lee 2006-04-17 18:58:10 0000 -------
It's my pleasure!

------- Comment #3 From Alvin Lee 2006-04-17 18:59:38 0000 -------
It's my pleasure!

------- Comment #4 From Chris Gianelloni (RETIRED) 2006-04-18 17:17:49 0000 -------
Fixed in 2.0_rc42!

First Last Prev Next    No search results available      Search page      Enter new bug