From 610447ebf56fbc513c4b3251f363d4664d512b9c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 10 May 2017 15:01:13 +0200 Subject: Also remove the now unnecessary eliloconfig.patch for -current --- patches/eliloconfig.patch | 1 - patches/eliloconfig_current.patch | 25 ------------------------- 2 files changed, 26 deletions(-) delete mode 120000 patches/eliloconfig.patch delete mode 100644 patches/eliloconfig_current.patch diff --git a/patches/eliloconfig.patch b/patches/eliloconfig.patch deleted file mode 120000 index 68158ca..0000000 --- a/patches/eliloconfig.patch +++ /dev/null @@ -1 +0,0 @@ -eliloconfig_current.patch \ No newline at end of file diff --git a/patches/eliloconfig_current.patch b/patches/eliloconfig_current.patch deleted file mode 100644 index 0f1f7db..0000000 --- a/patches/eliloconfig_current.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- eliloconfig.orig 2017-05-04 23:26:50.000000000 +0200 -+++ eliloconfig 2017-05-09 20:58:13.801898765 +0200 -@@ -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 -@@ -94,8 +94,8 @@ - EFI_PARTITION=$(mount | grep vfat | grep -w /boot/efi | cut -f 1 -d ' ' | cut -b ${PARTLEN}- | tr -d [a-z]) - else - mount | grep vfat | grep -w /mnt/boot/efi|grep -q nvme && DEVLEN=12 && PARTLEN=14 -- EFI_DEVICE=$(mount | grep vfat | grep -w /mnt/boot/efi | cut -b 1-${DEVLEN}) -- EFI_PARTITION=$(mount | grep vfat | grep -w /mnt/boot/efi | cut -f 1 -d ' ' | cut -b ${PARTLEN}- | tr -d [a-z]) -+ EFI_DEVICE=$(mount | grep vfat | grep -w $T_PX/boot/efi | cut -b 1-${DEVLEN}) -+ EFI_PARTITION=$(mount | grep vfat | grep -w $T_PX/boot/efi | cut -f 1 -d ' ' | cut -b ${PARTLEN}- | tr -d [a-z]) - fi - - # There better be a kernel: -- cgit v1.2.3