[arch-commits] Commit in syslinux/trunk (PKGBUILD syslinux-install_update)
Anatol Pomozov
anatolik at archlinux.org
Sat Apr 7 16:56:19 UTC 2018
Date: Saturday, April 7, 2018 @ 16:56:18
Author: anatolik
Revision: 321304
upgpkg: syslinux 6.03-10
FS#58137 remove ext4 64bit restriction from syslinux-install_update
Modified:
syslinux/trunk/PKGBUILD
syslinux/trunk/syslinux-install_update
-------------------------+
PKGBUILD | 4 ++--
syslinux-install_update | 5 -----
2 files changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-07 15:54:18 UTC (rev 321303)
+++ PKGBUILD 2018-04-07 16:56:18 UTC (rev 321304)
@@ -6,7 +6,7 @@
pkgname=syslinux
pkgver=6.03
_tag=syslinux-$pkgver
-pkgrel=9
+pkgrel=10
pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE'
url='http://www.syslinux.org/'
arch=(x86_64)
@@ -43,7 +43,7 @@
)
sha1sums=('SKIP'
'1145f454bd297d373ad123425f93620c3e92f585'
- '6bf38a8de1891ba3fbea27ef73cc4a8047c1b6c7'
+ 'df5160a138ca8c6502d67fe1a64fec78b50e82c2'
'6ebf77bf028c928a6ef33dadeee7402b3113b6d3'
'eaa9f5cd82b501f076ece4812d2d37f49d02caae'
'c6a6e96e233b2f8105503725cd614abc1bac2845'
Modified: syslinux-install_update
===================================================================
--- syslinux-install_update 2018-04-07 15:54:18 UTC (rev 321303)
+++ syslinux-install_update 2018-04-07 16:56:18 UTC (rev 321304)
@@ -204,11 +204,6 @@
echo "Could not find filesystem on / (root) or /boot."
exit 1
fi
-
- if [[ $bootfs = ext4 && -n "$(tune2fs -l $bootpart | grep 64bit)" ]]; then
- echo "64 bit option on EXT filesystem is not supported by Syslinux, see http://www.syslinux.org/wiki/index.php?title=Filesystem#ext";
- exit 1
- fi
}
# We store the partition table type either gpt or mbr in var ptb
More information about the arch-commits
mailing list