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 3401 by niro, Tue Apr 3 14:36:27 2012 UTC revision 3405 by niro, Wed Apr 4 08:07:04 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   mirror://${PNAME}/${PNAME}-${PVER}-klibc-1.5.22.patch
43    
44  )  )
45    
# Line 61  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   # update klibc to 1.5.22
65   mpatch ${PNAME}-${PVER}-klibc-mm1-circdep.patch || die   mpatch ${PNAME}-${PVER}-klibc-1.5.22.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:" \
# Line 81  src_prepare() Line 81  src_prepare()
81  src_compile()  src_compile()
82  {  {
83   cd ${SRCDIR}   cd ${SRCDIR}
84   mmake ARCH=${ARCH/i*86/i386} || die   mmake -j1 ARCH=${ARCH/i*86/i386} || die
85  }  }
86    
87  preinstall()  preinstall()

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