mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 21:54:15 -04:00
[core] set UEFI:TOGO GPT partition type to Basic Data
* It was set to EFI System, however the Windows installer fails if it detects 2 EFI system partitions on the same system (and it creates one during standard installation). * This caused UEFI/GPT/NTFS installation to fail with Rufus 2.0 * Closes #461 * Also add the missing copyright notices for Grub4DOS and GRUB2
This commit is contained in:
parent
0f4067f591
commit
0905e932c1
3 changed files with 21 additions and 12 deletions
|
@ -46,20 +46,28 @@ const char* additional_copyrights =
|
|||
"http://www.freedos.org\\line\n"
|
||||
"GNU General Public License (GPL) v2 or later, with binary redistribution allowed\\line\n"
|
||||
"\\line\n"
|
||||
"ISO extraction support from libcdio by Rocky Bernstein et al:\\line\n"
|
||||
"ISO extraction support from libcdio by Rocky Bernstein et al.:\\line\n"
|
||||
"http://www.gnu.org/software/libcdio\\line\n"
|
||||
"GNU General Public License (GPL) v3 or later\\line\n"
|
||||
"\\line\n"
|
||||
"Syslinux support from Syslinux by H. Peter Anvin et al:\\line\n"
|
||||
"Syslinux support from Syslinux by H. Peter Anvin et al.:\\line\n"
|
||||
"http://www.syslinux.org\\line\n"
|
||||
"GNU General Public License (GPL) v2 or later\\line\n"
|
||||
"\\line\n"
|
||||
"Grub4DOS support from Grub4DOS by chenall, itself based on GRUB Legacy by the Free Software Foundation:\\line\n"
|
||||
"https://github.com/chenall/grub4dos\\line\n"
|
||||
"GNU General Public License (GPL) v2 or later\\line\n"
|
||||
"\\line\n"
|
||||
"GRUB 2 support from GNU GRUB by the Free Software Foundation:\\line\n"
|
||||
"http://www.gnu.org/software/grub\\line\n"
|
||||
"GNU General Public License (GPL) v3 or later\\line\n"
|
||||
"\\line\n"
|
||||
"ReactOS support & additional FAT and time-conversion handling by ReactOS:\\line\n"
|
||||
"http://www.reactos.org\\line\n"
|
||||
"http://svn.reactos.org/svn/reactos/trunk/reactos\\line\n"
|
||||
"GNU General Public License (GPL) v2 or later\\line\n"
|
||||
"\\line\n"
|
||||
"Bad blocks testing from e2fsprogs by Theodore T'so et al:\\line\n"
|
||||
"Bad blocks testing from e2fsprogs by Theodore T'so et al.:\\line\n"
|
||||
"http://e2fsprogs.sourceforge.net\\line\n"
|
||||
"GNU General Public License (GPL) v3 compatible\\line\n"
|
||||
"\\line\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue