wok diff linux/receipt @ rev 14754

linux: add default initrd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 16 20:18:01 2013 +0200 (2013-06-16)
parents ad59999b3fce
children 1472150d52c4
line diff
     1.1 --- a/linux/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux/receipt	Sun Jun 16 20:18:01 2013 +0200
     1.3 @@ -13,7 +13,8 @@
     1.4  HOST_ARCH="i486 arm x86_64"
     1.5  
     1.6  DEPENDS="kmod"
     1.7 -BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch uclibc-cross-compiler-x86_64"
     1.8 +BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch \
     1.9 +uclibc-cross-compiler-x86_64 busybox-boot"
    1.10  
    1.11  # Use version patch so we dont dl full kernel source on each minor update
    1.12  [ "$KBASEVER" != "$VERSION" ] && 
    1.13 @@ -46,6 +47,7 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 +	cp /usr/share/boot/initrd initrd.cpio
    1.18  
    1.19  	if [ "$KBASEVER" != "$VERSION" ]; then
    1.20  		[ -s $SRC/$(basename $PATCH) ] ||