Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186654
Collapse All | Expand All

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

Return to bug 186654