[syslinux] [PATCH] comboot: add comapi_chainboot to int22_table

Sebastian Herbszt herbszt at gmx.de
Thu Sep 6 09:12:04 PDT 2012


This is missing since "shuffler: comboot interface to the new shuffler".

Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
 core/comboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c..ef69c49 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -950,7 +950,7 @@ int22_table:
 		dw comapi_derinfo	; 000A derivative-specific info
 		dw comapi_serialcfg	; 000B get serial port config
 		dw comapi_cleanup	; 000C perform final cleanup
-		dw comapi_err		; 000D clean up then bootstrap
+		dw comapi_chainboot	; 000D clean up then bootstrap
 		dw comapi_configfile	; 000E get name of config file
 		dw comapi_ipappend	; 000F get ipappend strings
 		dw comapi_dnsresolv	; 0010 resolve hostname
-- 
1.7.3.4





More information about the Syslinux mailing list