Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/mkinitrd/mkinitrd-6.3.5-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3400 by niro, Tue Apr 3 14:10:32 2012 UTC revision 3401 by niro, Tue Apr 3 14:36:27 2012 UTC
# Line 39  SRC_URI=( Line 39  SRC_URI=(
39   mirror://${PNAME}/${PNAME}-${PVER}-respect-rootdelay-and-mount-devtmpfs-in-sysroot-if-supported.patch   mirror://${PNAME}/${PNAME}-${PVER}-respect-rootdelay-and-mount-devtmpfs-in-sysroot-if-supported.patch
40   mirror://${PNAME}/${PNAME}-${PVER}-add-linurc-symlink-to-sysroot.patch   mirror://${PNAME}/${PNAME}-${PVER}-add-linurc-symlink-to-sysroot.patch
41   mirror://${PNAME}/${PNAME}-${PVER}-fix-dev-handling.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-dev-handling.patch
42     mirror://${PNAME}/${PNAME}-${PVER}-klibc-mm1-circdep.patch
43    
44  )  )
45    
46  src_prepare()  src_prepare()
# Line 59  src_prepare() Line 61  src_prepare()
61   # do not umount initrds dev,proc,sys but mount move it to real sysroot   # do not umount initrds dev,proc,sys but mount move it to real sysroot
62   mpatch ${PNAME}-${PVER}-fix-dev-handling.patch || die   mpatch ${PNAME}-${PVER}-fix-dev-handling.patch || die
63    
64     # fix a inifinitive loop with klibc
65     mpatch ${PNAME}-${PVER}-klibc-mm1-circdep.patch || die
66    
67   # enable scsi,sata and pata checks for 2.6.29 as default   # enable scsi,sata and pata checks for 2.6.29 as default
68   sed -i -e "s:^\(DOSCSI=\).*:\1yes:" \   sed -i -e "s:^\(DOSCSI=\).*:\1yes:" \
69   -e "s:^\(DOSATA=\).*:\1yes:" \   -e "s:^\(DOSATA=\).*:\1yes:" \

Legend:
Removed from v.3400  
changed lines
  Added in v.3401