summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/sysappend.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-04-26 14:41:31 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-04-26 14:41:31 -0700
commitb6401220c0bf7482ad5b204d08ba831a7cf9eabb (patch)
treeb00f2430d95e71c56361eef9511995799933cfe7 /com32/include/syslinux/sysappend.h
parent5365992003f44a1d3b8cb2cd8774ed49dddedb10 (diff)
downloadsyslinux-b6401220c0bf7482ad5b204d08ba831a7cf9eabb.tar.gz
Additional sysappend strings from DMI; pre-bake the http cookies
- Add additional sysappend strings from DMI; we may want to add even more but let's think about it first. - Pre-generate http cookies. - Add a "sendcookies" command to mask out some of the information. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/include/syslinux/sysappend.h')
-rw-r--r--com32/include/syslinux/sysappend.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/com32/include/syslinux/sysappend.h b/com32/include/syslinux/sysappend.h
index dcc42dcd..b767bf20 100644
--- a/com32/include/syslinux/sysappend.h
+++ b/com32/include/syslinux/sysappend.h
@@ -37,7 +37,11 @@
enum syslinux_sysappend {
SYSAPPEND_IP, /* PXELINUX: ip= address */
SYSAPPEND_BOOTIF, /* PXELINUX: BOOTIF= address */
- SYSAPPEND_UUID, /* System UUID from PXE or DMI */
+ SYSAPPEND_SYSUUID, /* System UUID from PXE or DMI */
+ SYSAPPEND_SYSVENDOR, /* System vendor from DMI */
+ SYSAPPEND_SYSPRODUCT, /* System product from DMI */
+ SYSAPPEND_SYSVERSION, /* System version from DMI */
+ SYSAPPEND_SYSSERIAL, /* System serial from DMI */
SYSAPPEND_MAX /* Total number of strings */
};