Paulo Alcantara
2012-Apr-12 00:34 UTC
[syslinux] [GIT PULL] elflink fixes and improvements
Hi, These are some fixes and improvements for the elflink branch. -------- The following changes since commit 230799d53175d810dbbe47d209688a53a3ae02f1: libinstaller: Avoid using <linux/ext2_fs.h> (2012-04-03 20:13:51 -0700) are available in the git repository at: git://git.zytor.com/users/pcacjr/syslinux.git for-hpa Paulo Alcantara (4): PXELINUX: do not load 32-bit environment twice PXELINUX: get rid of core/ui.inc file PXELINUX: call open_config() function before loading 32-bit environment Remove core/ui.inc completely from Syslinux core/diskfs.inc | 53 ++++- core/isolinux.asm | 55 ++++- core/pxelinux.asm | 72 +++++- core/ui.inc | 763 ----------------------------------------------------- 4 files changed, 170 insertions(+), 773 deletions(-) delete mode 100644 core/ui.inc -- -Paulo