Magellan Linux

Diff of /trunk/core/dracut/dracut-017-r2.smage2

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

revision 11481 by niro, Sat Mar 10 20:39:48 2012 UTC revision 11482 by niro, Sat Mar 10 21:10:04 2012 UTC
# Line 60  SRC_URI=( Line 60  SRC_URI=(
60   mirror://${PNAME}/${PNAME}-017-magellan.patch   mirror://${PNAME}/${PNAME}-017-magellan.patch
61   mirror://${PNAME}/${PNAME}-017-sysvinit-compat.patch   mirror://${PNAME}/${PNAME}-017-sysvinit-compat.patch
62   mirror://${PNAME}/${PNAME}-017-mkinitrd-ignore-allow-missing-switch.patch   mirror://${PNAME}/${PNAME}-017-mkinitrd-ignore-allow-missing-switch.patch
63     mirror://${PNAME}/${PNAME}-017-use-hardlinks-for-inter-usr-cp.patch
64     mirror://${PNAME}/${PNAME}-017-correct-check-for-usr-bin.patch
65  )  )
66    
67  UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${PNAME} | lasttarball"  UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${PNAME} | lasttarball"
# Line 110  src_prepare() Line 112  src_prepare()
112   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
113   cd ${SRCDIR}   cd ${SRCDIR}
114    
115     # upstream patches
116     # convertfs module - use hardlinks for inter-/usr cp
117     mpatch ${PNAME}-017-use-hardlinks-for-inter-usr-cp.patch || die
118     # convertfs module - correct check for /usr/bin
119     mpatch ${PNAME}-017-correct-check-for-usr-bin.patch || die
120    
121   # magellan compat patch   # magellan compat patch
122   mpatch ${PNAME}-017-magellan.patch || die   mpatch ${PNAME}-017-magellan.patch || die
123    

Legend:
Removed from v.11481  
changed lines
  Added in v.11482