diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index edd4c02..321c6e4 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -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 @@ source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag ) sha1sums=('SKIP' '1145f454bd297d373ad123425f93620c3e92f585' - '6bf38a8de1891ba3fbea27ef73cc4a8047c1b6c7' + 'df5160a138ca8c6502d67fe1a64fec78b50e82c2' '6ebf77bf028c928a6ef33dadeee7402b3113b6d3' 'eaa9f5cd82b501f076ece4812d2d37f49d02caae' 'c6a6e96e233b2f8105503725cd614abc1bac2845' diff --git a/trunk/syslinux-install_update b/trunk/syslinux-install_update index 13dbe25..63bbd03 100644 --- a/trunk/syslinux-install_update +++ b/trunk/syslinux-install_update @@ -204,11 +204,6 @@ getBoot() { 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