Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.02_rc2-r1.smage2

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

revision 9424 by niro, Tue Apr 4 09:33:08 2017 UTC revision 9425 by niro, Tue Apr 4 09:34:11 2017 UTC
# Line 47  SRC_URI+=( Line 47  SRC_URI+=(
47   mirror://${PNAME}/${PNAME}-2.02-binutils-2.27-support-modules-without-symbol-table.patch   mirror://${PNAME}/${PNAME}-2.02-binutils-2.27-support-modules-without-symbol-table.patch
48   mirror://${PNAME}/${PNAME}-2.02-confd.patch   mirror://${PNAME}/${PNAME}-2.02-confd.patch
49   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch
50   mirror://${PNAME}/${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch   mirror://${PNAME}/${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch
51   mirror://${PNAME}/${PNAME}-${PVER}-alx-add-includedir-function.patch   mirror://${PNAME}/${PNAME}-2.00-alx-add-includedir-function.patch
52   mirror://${PNAME}/${PNAME}-2.02-busybox-linux-install.patch   mirror://${PNAME}/${PNAME}-2.02-busybox-linux-install.patch
53   mirror://${PNAME}/${PNAME}-2.02-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch   mirror://${PNAME}/${PNAME}-2.00-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch
54  )  )
55    
56  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
# Line 75  src_prepare() Line 75  src_prepare()
75   # cosmetic fixes   # cosmetic fixes
76   mpatch ${PNAME}-2.02-cosmetic.patch || die   mpatch ${PNAME}-2.02-cosmetic.patch || die
77   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set
78   mpatch ${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch   mpatch ${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch
79   # grub-mkconfig: fallback to blkid instead of grub probe for unknown root partition types like f2fs   # grub-mkconfig: fallback to blkid instead of grub probe for unknown root partition types like f2fs
80   mpatch ${PNAME}-${PVER}-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch || die   mpatch ${PNAME}-2.00-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch || die
81    
82   # fixes some issues with busybox   # fixes some issues with busybox
83   # not required anymore with busybox-1.26 and above, grep -vx|-qx is now supported   # not required anymore with busybox-1.26 and above, grep -vx|-qx is now supported

Legend:
Removed from v.9424  
changed lines
  Added in v.9425