View | Details | Raw Unified
Collapse All | Expand All

(-) a/ChangeLog (+6 lines)
 Lines 2-7    Link Here 
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
# $Header: $
  24 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
  Clean up a cosmetic error introduced by the symlink patch:  
  ${GK_SHARE}/gen_funcs.sh: line 431: popd:
  /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
  such file or directory
  24 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_arch.sh,
  24 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_arch.sh,
  gen_determineargs.sh, genkernel.conf:
  gen_determineargs.sh, genkernel.conf:
  Add support for custom %%ARCH%%/config.sh files, for usage with crazy
  Add support for custom %%ARCH%%/config.sh files, for usage with crazy
(-) a/gen_initramfs.sh (+1 lines)
 Lines 370-375   append_modules() { Link Here 
	done
	done
	cd "${TEMP}/initramfs-modules-${KV}-temp/"
	cd "${TEMP}/initramfs-modules-${KV}-temp/"
	find . | cpio ${CPIO_ARGS} --append -F "${CPIO}"
	find . | cpio ${CPIO_ARGS} --append -F "${CPIO}"
	cd "${TEMP}"
	rm -r "${TEMP}/initramfs-modules-${KV}-temp/"	
	rm -r "${TEMP}/initramfs-modules-${KV}-temp/"	
}
}