summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm25
1 files changed, 3 insertions, 22 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 003d9103..3bcb372c 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -823,12 +823,6 @@ config_scan:
.success:
;
-; Now we have the config file open. Parse the config file and
-; run the user interface.
-;
-%include "ui.inc"
-
-;
; Linux kernel loading code is common. However, we need to define
; a couple of helper macros...
;
@@ -858,19 +852,11 @@ config_scan:
call unload_pxe
%endmacro
-%include "runkernel.inc"
-
-;
-; COMBOOT-loading code
-;
-%include "comboot.inc"
-%include "com32.inc"
-%include "cmdline.inc"
-
;
-; Boot sector loading code
+; Now we have the config file open. Parse the config file and
+; run the user interface.
;
-%include "bootsect.inc"
+%include "ui.inc"
;
; Boot to the local disk by returning the appropriate PXE magic.
@@ -895,11 +881,6 @@ local_boot:
retf ; Return to PXE
;
-; Abort loading code
-;
-%include "abort.inc"
-
-;
; kaboom: write a message and bail out. Wait for quite a while,
; or a user keypress, then do a hard reboot.
;