diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-30 15:05:55 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-30 15:05:55 -0500 |
commit | e413298e774231521f01a7491b2e7abc0efc5ae1 (patch) | |
tree | 7d76c33ae0497b4a6ec470caf252dcafdce8f262 /libre/syslinux/syslinux-install_update | |
parent | c7babd81b33cb7090f539eee517d486acb889bec (diff) | |
download | abslibre-e413298e774231521f01a7491b2e7abc0efc5ae1.tar.gz abslibre-e413298e774231521f01a7491b2e7abc0efc5ae1.tar.bz2 abslibre-e413298e774231521f01a7491b2e7abc0efc5ae1.zip |
syslinux-6.03-10.parabola1: add support for 64-bit ext4 filesystems
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 |