Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.04-r1.smage2

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

revision 14268 by niro, Tue Jul 7 11:56:33 2020 UTC revision 14269 by niro, Tue Jul 7 13:00:27 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.02-confd-2.patch   mirror://${PNAME}/${PNAME}-2.04-confd.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.02-busybox-linux-install.patch   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 64  src_prepare() Line 63  src_prepare()
63   cd ${SRCDIR}   cd ${SRCDIR}
64    
65   # use /etc/conf.d/grub instead of /etc/default/grub   # use /etc/conf.d/grub instead of /etc/default/grub
66   mpatch ${PNAME}-2.02-confd-2.patch || die   mpatch ${PNAME}-2.04-confd.patch || die
67   # cosmetic fixes   # cosmetic fixes
68   mpatch ${PNAME}-2.02-cosmetic.patch || die   mpatch ${PNAME}-2.02-cosmetic.patch || die
69   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set
70   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
71   # 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
72   mpatch ${PNAME}-2.00-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch || die   mpatch ${PNAME}-2.04-grub-mkconfig-fallback-to-blkid-instead-of-grub-probe-for-unknown-root-partition-types.patch || die
   
  # fixes some issues with busybox  
  # not required anymore with busybox-1.26 and above, grep -vx|-qx is now supported  
  #mpatch ${PNAME}-${PVER}-busybox.patch || die  
  mpatch ${PNAME}-2.02-busybox-linux-install.patch || die  
73    
74   # add includedir() function to grub-mkconfig_lib   # add includedir() function to grub-mkconfig_lib
75   # includedir() includes all grub configuration snippets of given directory   # includedir() includes all grub configuration snippets of given directory

Legend:
Removed from v.14268  
changed lines
  Added in v.14269