Project

General

Profile

« Previous | Next » 

Revision 20fdd6f9

Added by Stefan Lasiewski about 9 years ago

Syntax improvements for PXElinux templates

Use uppercase for keywords; add whitespace & indenting to make the code
easier to read.

Problem:

The PXElinux templates are difficult to read, especially when comparing
them against the documentation at
http://www.syslinux.org/wiki/index.php/SYSLINUX and while trying to read
the ERB syntax at the same time.

Solution:

Make the PXElinux templates a little easier to read:
- Use uppercase letters for the syslinux keywords
- Use whitespace and indentation (4 spaces) to make it clear where one
part ends and the next begins.
- These changes follow the conventions already set forth in
pxe/PXELinux_default.erb

There were no functional changes in this change. These are cosmetic
changes only.

Closes GH-160

  • added
  • modified
  • copied
  • renamed
  • deleted