Magellan Linux

Diff of /trunk/core/dracut/dracut-048-r1.smage2

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

revision 31428 by niro, Mon Jul 9 10:17:39 2018 UTC revision 31429 by niro, Mon Jul 9 11:04:15 2018 UTC
# Line 62  SRC_URI=( Line 62  SRC_URI=(
62   mirror://${PNAME}/${PNAME}-036-mkinitrd-ignore-allow-missing-switch.patch   mirror://${PNAME}/${PNAME}-036-mkinitrd-ignore-allow-missing-switch.patch
63   mirror://${PNAME}/${PNAME}-019-convertfs-make-selinux-optional.patch   mirror://${PNAME}/${PNAME}-019-convertfs-make-selinux-optional.patch
64   mirror://${PNAME}/${PNAME}-047-network-support-udhcpc-dhcpcd.patch   mirror://${PNAME}/${PNAME}-047-network-support-udhcpc-dhcpcd.patch
  mirror://${PNAME}/${PNAME}-047-fs-lib_install_crc32c_for_ext4.patch  
  mirror://${PNAME}/${PNAME}-047-fs-lib_install_crc32_in_no-hostonly_for_f2fs.patch  
65  )  )
66    
67  UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${PNAME} | highesttarball xz"  UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${PNAME} | highesttarball xz"
# Line 114  src_prepare() Line 112  src_prepare()
112   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
113   cd ${SRCDIR}   cd ${SRCDIR}
114    
  # upstream: fix missing crc32c kernel mod for ext4 and missing crc32 mod for f2fs  
  mpatch ${PNAME}-047-fs-lib_install_crc32c_for_ext4.patch || die  
  mpatch ${PNAME}-047-fs-lib_install_crc32_in_no-hostonly_for_f2fs.patch || die  
   
115   # magellan compat patch   # magellan compat patch
116   mpatch ${PNAME}-047-magellan.patch || die   mpatch ${PNAME}-047-magellan.patch || die
117    

Legend:
Removed from v.31428  
changed lines
  Added in v.31429