Difference between revisions of "gentoo kernel compilation errors"

From thelinuxwiki
Jump to: navigation, search
(Created page with " '''Error:''' Cannot open '/var/tmp/genkernel/initramfs-2.6.32.14-std155-i386.cpio.gz' solution: IG_INITRAMFS_SOURCE to a blank value (CONFIG_INITRAMFS_SOURCE="") either del...")
 
 
Line 4: Line 4:
  
 
solution:
 
solution:
IG_INITRAMFS_SOURCE to a blank value (CONFIG_INITRAMFS_SOURCE="") either delete the statement in the .config file
+
 
 +
set CONFIG_INITRAMFS_SOURCE to a blank value (CONFIG_INITRAMFS_SOURCE="") either delete the statement in the .config file
  
 
[[category:gentoo]]
 
[[category:gentoo]]
 
[[category:kernel]]
 
[[category:kernel]]

Latest revision as of 20:50, 27 August 2013

Error:

Cannot open '/var/tmp/genkernel/initramfs-2.6.32.14-std155-i386.cpio.gz'

solution:

set CONFIG_INITRAMFS_SOURCE to a blank value (CONFIG_INITRAMFS_SOURCE="") either delete the statement in the .config file