Bug #3239
Spoofing of PXELinux template does not work
Description
It renders default template (?)
https://gist.github.com/lzap/6933312
I checked that on TFTP server it is okay.
Related issues
Associated revisions
fixes #3239 - pxelinux spoofing on postgres now works
(cherry picked from commit 9269ddca48e60746eacaf6e64e38364db3b330f2)
History
#1
Updated by Dominic Cleal over 9 years ago
- Category set to Templates
Looks more like it hasn't interpolated the OS-specific settings like initrd, the default template would be local boot.
#2
Updated by Greg Sutcliffe over 9 years ago
If the on-disk file is right, I guess there's a rendering bug in the @kernel and @initrd display methods.
#3
Updated by Lukas Zapletal over 9 years ago
- Status changed from New to Assigned
- Assignee set to Lukas Zapletal
- Target version set to 1.4.0
I still have the box I was able to reproduce this, let me try to repro tomorrow!
#4
Updated by Greg Sutcliffe over 9 years ago
- Target version deleted (
1.4.0)
#5
Updated by Lukas Zapletal over 9 years ago
- Target version set to 1.15.0
- Difficulty set to easy
#6
Updated by Lukas Zapletal over 9 years ago
- Status changed from Assigned to Ready For Testing
#7
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #2990: Refactor templates to use STI added
#8
Updated by Dominic Cleal over 9 years ago
- Legacy Backlogs Release (now unused) set to 1
#9
Updated by Lukas Zapletal over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9269ddca48e60746eacaf6e64e38364db3b330f2.
#10
Updated by Dominic Cleal over 9 years ago
- Has duplicate Bug #2249: @kernel and @initrd fail to render in a PXElinux config when spoofing a host added
fixes #3239 - pxelinux spoofing on postgres now works