diff options
Diffstat (limited to 'libre/syslinux/syslinux-install_update')
-rw-r--r-- | libre/syslinux/syslinux-install_update | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update index 13dbe258c..63bbd03c6 100644 --- a/libre/syslinux/syslinux-install_update +++ b/libre/syslinux/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 |