summaryrefslogtreecommitdiff
path: root/user/grub/2.02_beta3-mkconfig-alpine.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-05-04 16:54:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-05-04 16:54:43 +0000
commitaee6b0728a06a07700b2473cdeca06cb12fa8a81 (patch)
tree215b31dfbd1a150ad922c049f01abb2b9f321821 /user/grub/2.02_beta3-mkconfig-alpine.patch
parent3ed4cb683d2577303812c4aa9c8e9323304f3e68 (diff)
downloadpackages-aee6b0728a06a07700b2473cdeca06cb12fa8a81.tar.gz
packages-aee6b0728a06a07700b2473cdeca06cb12fa8a81.tar.bz2
packages-aee6b0728a06a07700b2473cdeca06cb12fa8a81.tar.xz
packages-aee6b0728a06a07700b2473cdeca06cb12fa8a81.zip
user/grub: attempt to be more sane
Diffstat (limited to 'user/grub/2.02_beta3-mkconfig-alpine.patch')
-rw-r--r--user/grub/2.02_beta3-mkconfig-alpine.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/user/grub/2.02_beta3-mkconfig-alpine.patch b/user/grub/2.02_beta3-mkconfig-alpine.patch
deleted file mode 100644
index 606540fff..000000000
--- a/user/grub/2.02_beta3-mkconfig-alpine.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/util/grub.d/10_linux.in
-+++ b/util/grub.d/10_linux.in
-@@ -21,8 +21,11 @@
- exec_prefix="@exec_prefix@"
- datarootdir="@datarootdir@"
-
-+. /etc/update-extlinux.conf
- . "$pkgdatadir/grub-mkconfig_lib"
-
-+GRUB_CMDLINE_LINUX_DEFAULT="modules=${modules} ${default_kernel_opts} ${GRUB_CMDLINE_LINUX_DEFAULT}"
-+
- export TEXTDOMAIN=@PACKAGE@
- export TEXTDOMAINDIR="@localedir@"
-
-@@ -75,6 +78,7 @@
- version="$2"
- type="$3"
- args="$4"
-+ tag="$(basename ${rel_dirname}/${basename} | cut -b9-)"
-
- if [ -z "$boot_device_id" ]; then
- boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")"
-@@ -133,6 +137,7 @@
- echo '$(echo "$message" | grub_quote)'
- linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
- EOF
-+ [ -f "/boot/initramfs-${tag}" ] && initrd="initramfs-${tag}"
- if test -n "${initrd}" ; then
- # TRANSLATORS: ramdisk isn't identifier. Should be translated.
- message="$(gettext_printf "Loading initial ramdisk ...")"