mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[syslinux] partially improve support for openSuse based live ISOs
* Using /syslinux.cfg creates issues, so we force the use of /boot/[i386|x86_64]/loader/isolinux.cfg * IMPORTANT: This does NOT fix openSuse based live ISO support as the openSuse boot scripts are NOT designed to handle anything else but an ISO9660 filesystem. Especially, they cannot handle FAT. * Closes #478 * Also set rufus-next to 2.2
This commit is contained in:
parent
eee9458984
commit
8ab3847694
5 changed files with 45 additions and 23 deletions
|
@ -262,6 +262,7 @@ typedef struct {
|
|||
BOOL has_old_c32[NB_OLD_C32];
|
||||
BOOL has_old_vesamenu;
|
||||
BOOL has_efi_syslinux;
|
||||
BOOL needs_syslinux_overwrite;
|
||||
BOOL has_grub4dos;
|
||||
BOOL has_grub2;
|
||||
BOOL has_kolibrios;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue