summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-30 22:37:37 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-30 22:37:37 +0200
commite42a547224a41bd55a6772360f8228aa71f02e48 (patch)
tree44c1bdb0e4911536297c12969c540f424ff3d44d /patches
parentd3093b95531241283889129b6a5e04594b1ead3d (diff)
downloadliveslak-e42a547224a41bd55a6772360f8228aa71f02e48.tar.gz
liveslak-e42a547224a41bd55a6772360f8228aa71f02e48.tar.xz
New eliloconfig in Slackware 14.2 no longer needs our patch
The elilo package in Slackware 14.2's ./patches has our liveslak patch to eliloconfig already incorporated.
Diffstat (limited to 'patches')
-rw-r--r--patches/eliloconfig_14.2.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/eliloconfig_14.2.patch b/patches/eliloconfig_14.2.patch
deleted file mode 100644
index 8b5fb47..0000000
--- a/patches/eliloconfig_14.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- eliloconfig.orig 2016-04-01 20:37:40.000000000 +0200
-+++ eliloconfig 2016-11-12 01:32:24.804762277 +0100
-@@ -75,9 +75,9 @@
- exit
- fi
-
--# If there's no vfat mounted on /boot/efi or /mnt/boot/efi, forget it:
-+# If there's no vfat mounted on /boot/efi or $T_PX/boot/efi, forget it:
- if ! mount | grep vfat | grep -wq /boot/efi ; then
-- if ! mount | grep vfat | grep -wq /mnt/boot/efi ; then
-+ if ! mount | grep vfat | grep -wq $T_PX/boot/efi ; then
- if [ "$T_PX" = "/" ]; then
- echo "ERROR: No EFI System Partition mounted on /boot/efi."
- fi
-@@ -90,8 +90,8 @@
- EFI_DEVICE=$(mount | grep vfat | grep -w /boot/efi | cut -b 1-8)
- EFI_PARTITION=$(mount | grep vfat | grep -w /boot/efi | cut -f 1 -d ' ' | cut -b 9- | tr -d [a-z])
- else
-- EFI_DEVICE=$(mount | grep vfat | grep -w /mnt/boot/efi | cut -b 1-8)
-- EFI_PARTITION=$(mount | grep vfat | grep -w /mnt/boot/efi | cut -f 1 -d ' ' | cut -b 9- | tr -d [a-z])
-+ EFI_DEVICE=$(mount | grep vfat | grep -w $T_PX/boot/efi | cut -b 1-8)
-+ EFI_PARTITION=$(mount | grep vfat | grep -w $T_PX/boot/efi | cut -f 1 -d ' ' | cut -b 9- | tr -d [a-z])
- fi
-
- # There better be a kernel: