mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 01:03:54 -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
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rufus], [2.1], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie])
|
||||
AC_INIT([rufus], [2.2], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie])
|
||||
AM_INIT_AUTOMAKE([-Wno-portability foreign no-dist no-dependencies])
|
||||
AC_CONFIG_SRCDIR([src/rufus.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue