mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
fix uefi support
This commit is contained in:
parent
8741b2eb13
commit
562840d97b
@ -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')
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user