fix uefi support

This commit is contained in:
Weng Xuetian 2014-12-10 03:31:00 +00:00
parent 8741b2eb13
commit 562840d97b
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgname=tribe
pkgver=2014.11
_rls_notes=20141106
pkgrel=4
pkgrel=5
_codename=Euler
pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/"
@ -21,7 +21,7 @@ source=("$pkgname"::"git://gitorious.org/chakra/${_gitname}.git#commit=${_gitsha
md5sums=('SKIP'
'6835631130af41f9877ba7c954d65ad1'
'e31855da237a2c8029774831b3c04685'
'c79812d7ba96abc4b50686ccfb8247de')
'42b862a91b7d0c3708faca32926252ce')
groups=('kde-uninstall')
categories=('system')

View File

@ -100,7 +100,7 @@ index 22af3ff686a949464afdb0ebdc8839fcf5aabfb2..8d4baf805b76abe03f7cce278fbef160
- if (!bootPartition) {
- KMessageBox::error(this, i18n("When using a GPT Partition Table you need to have a unformatted partition with the bios_grub flag!"));
+ if (bootPartition->fileSystem().type() == FileSystem::Fat32) {
+ if (bootPartition->fileSystem().type() != FileSystem::Fat32) {
+ KMessageBox::error(this, i18n("File system of EFI Partition need to be fat32!"));
return;
}