[syslinux:master] doc/syslinux.txt, txt/syslinux.cfg.txt: Adjust bit values

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jan 5 17:48:11 PST 2015


Commit-ID:  080c6bc28b6dbfacb6dccaa8e387df5dca273bfc
Gitweb:     http://www.syslinux.org/commit/080c6bc28b6dbfacb6dccaa8e387df5dca273bfc
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Fri, 28 Nov 2014 13:25:31 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 5 Jan 2015 20:43:13 -0500

doc/syslinux.txt, txt/syslinux.cfg.txt: Adjust bit values

Accidentally misdocumented.

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 doc/syslinux.txt     | 15 ++++++++-------
 txt/syslinux.cfg.txt | 16 ++++++++++------
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 5f6af14..263b060 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -229,12 +229,13 @@ IPAPPEND bitmask
 	0x00100	SYSSKU=		System SKU
 	0x00200	SYSFAMILY=	System family
 	0x00400	MBVENDOR=	Motherboard vendor name
-	0x00800	MBVERSION=	Motherboard version
-	0x01000	MBSERIAL=	Motherboard serial number
-	0x02000	MBASSET=	Motherboard asset tag
-	0x04000 BIOSVENDOR=	BIOS vendor name
-	0x08000	BIOSVERSION=	BIOS version
-	0x10000	SYSFF=		System form factor
+	0x00800	MBPRODUCT=	Motherboard product name
+	0x01000	MBVERSION=	Motherboard version
+	0x02000	MBSERIAL=	Motherboard serial number
+	0x04000 MBASSET=	Motherboard asset tag
+	0x08000	BIOSVENDOR=	BIOS vendor name
+	0x10000	BIOSVERSION=	BIOS version
+	0x20000	SYSFF=		System form factor
 
 	If these strings contain whitespace they are replaced with
 	underscores (_).
@@ -274,7 +275,7 @@ IPAPPEND bitmask
 	 28	Blade
 	 29	Blade enclosure
 
-	0x20000: Append a file system UUID string.  For EXT2/3/4, this is the typical file system UUID.  For FAT12/16/32, this is the 32-bit file system serial number (ie DA1A-0B2E).
+	0x40000: Append a file system UUID string.  For EXT2/3/4, this is the typical file system UUID.  For FAT12/16/32, this is the 32-bit file system serial number (ie DA1A-0B2E).
 
 		FSUUID=<FS-UUID>
 
diff --git a/txt/syslinux.cfg.txt b/txt/syslinux.cfg.txt
index a06fe05..63906c2 100644
--- a/txt/syslinux.cfg.txt
+++ b/txt/syslinux.cfg.txt
@@ -198,12 +198,13 @@ information if available:
 	0x00100	SYSSKU=		System SKU
 	0x00200	SYSFAMILY=	System family
 	0x00400	MBVENDOR=	Motherboard vendor name
-	0x00800	MBVERSION=	Motherboard version
-	0x01000	MBSERIAL=	Motherboard serial number
-	0x02000	MBASSET=	Motherboard asset tag
-	0x04000 BIOSVENDOR=	BIOS vendor name
-	0x08000	BIOSVERSION=	BIOS version
-	0x10000	SYSFF=		System form factor
+	0x00800	MBPRODUCT=	Motherboard product name
+	0x01000	MBVERSION=	Motherboard version
+	0x02000	MBSERIAL=	Motherboard serial number
+	0x04000 MBASSET=	Motherboard asset tag
+	0x08000	BIOSVENDOR=	BIOS vendor name
+	0x10000	BIOSVERSION=	BIOS version
+	0x20000	SYSFF=		System form factor
 +
 If these strings contain white-space characters, they are replaced with
 underscores (_).
@@ -242,6 +243,9 @@ of the specification, the following values are defined:
 	 28	Blade
 	 29	Blade enclosure
 
+	0x40000: Append a file system UUID string.  For EXT2/3/4, this is the typical file system UUID.  For FAT12/16/32, this is the 32-bit file system serial number (ie DA1A-0B2E).
+
+		FSUUID=<FS-UUID>
 
 
 == KERNEL-LIKE DIRECTIVES ==


More information about the Syslinux-commits mailing list