Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.02-r3.smage2

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

revision 14414 by niro, Mon Jul 13 15:20:00 2020 UTC revision 14415 by niro, Mon Jul 13 15:22:43 2020 UTC
# Line 43  sminclude mtools alx-split Line 43  sminclude mtools alx-split
43  SRC_URI+=(  SRC_URI+=(
44   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
45   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
46   mirror://${PNAME}/${PNAME}-2.04-confd.patch   mirror://${PNAME}/${PNAME}-2.02-confd-2.patch
47   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch
48   mirror://${PNAME}/${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch   mirror://${PNAME}/${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch
49   mirror://${PNAME}/${PNAME}-2.00-alx-add-includedir-function.patch   mirror://${PNAME}/${PNAME}-2.00-alx-add-includedir-function.patch
50   mirror://${PNAME}/${PNAME}-2.04-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
51  )  )
52    
53  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
# Line 66  src_prepare() Line 66  src_prepare()
66   cd ${SRCDIR}   cd ${SRCDIR}
67    
68   # use /etc/conf.d/grub instead of /etc/default/grub   # use /etc/conf.d/grub instead of /etc/default/grub
69   mpatch ${PNAME}-2.04-confd.patch || die   mpatch ${PNAME}-2.02-confd-2.patch || die
70   # cosmetic fixes   # cosmetic fixes
71   mpatch ${PNAME}-2.02-cosmetic.patch || die   mpatch ${PNAME}-2.02-cosmetic.patch || die
72   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set
73   mpatch ${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch   mpatch ${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch
74   # 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
75   mpatch ${PNAME}-2.04-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
76    
77   # add includedir() function to grub-mkconfig_lib   # add includedir() function to grub-mkconfig_lib
78   # includedir() includes all grub configuration snippets of given directory   # includedir() includes all grub configuration snippets of given directory

Legend:
Removed from v.14414  
changed lines
  Added in v.14415