Magellan Linux

Diff of /smage/trunk/core/dracut/dracut-045-r1.smage2

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

revision 9436 by niro, Tue Apr 4 15:38:59 2017 UTC revision 9437 by niro, Tue Apr 4 15:49:40 2017 UTC
# Line 117  SRC_URI+=( Line 117  SRC_URI+=(
117   mirror://${PNAME}/${PNAME}-019-convertfs-make-selinux-optional.patch   mirror://${PNAME}/${PNAME}-019-convertfs-make-selinux-optional.patch
118   mirror://${PNAME}/${PNAME}-045-network-support-udhcpc-dhcpcd.patch   mirror://${PNAME}/${PNAME}-045-network-support-udhcpc-dhcpcd.patch
119   mirror://${PNAME}/${PNAME}-045-busybox.patch   mirror://${PNAME}/${PNAME}-045-busybox.patch
120     mirror://${PNAME}/${PNAME}-045-busybox-makefile.patch
121   mirror://${PNAME}/${PNAME}-037-alx-busybox-install-method.patch   mirror://${PNAME}/${PNAME}-037-alx-busybox-install-method.patch
122  )  )
123    
# Line 145  src_prepare() Line 146  src_prepare()
146    
147   # be compatible with busybox cmds   # be compatible with busybox cmds
148   mpatch ${PNAME}-045-busybox.patch || die   mpatch ${PNAME}-045-busybox.patch || die
149     mpatch ${PNAME}-045-busybox-makefile.patch || die
150    
151   # install the busybox module with the alx method via busybox.links file   # install the busybox module with the alx method via busybox.links file
152   mpatch ${PNAME}-037-alx-busybox-install-method.patch || die   mpatch ${PNAME}-037-alx-busybox-install-method.patch || die

Legend:
Removed from v.9436  
changed lines
  Added in v.9437