diff options
Diffstat (limited to 'core/pxelinux.asm')
-rw-r--r-- | core/pxelinux.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 57de536f..944ba86c 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -734,6 +734,13 @@ prefix: test byte [DHCPMagic], 04h ; Did we get a path prefix option call writestr_early call crlf + ; Set CurrentDirName + push di + mov si,PathPrefix + mov di,CurrentDirName + call strcpy + pop di + ; ; Load configuration file ; |