aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2014-11-28 13:25:31 -0500
committerGene Cumm <gene.cumm@gmail.com>2015-01-05 20:43:13 -0500
commit080c6bc28b6dbfacb6dccaa8e387df5dca273bfc (patch)
tree2745947a488f148a5d52dad12ff515b990290574
parent22a873b6233e9f69b6b8feea03f07298c3a74e2e (diff)
downloadsyslinux-080c6bc28b6dbfacb6dccaa8e387df5dca273bfc.tar.gz
syslinux-080c6bc28b6dbfacb6dccaa8e387df5dca273bfc.tar.xz
syslinux-080c6bc28b6dbfacb6dccaa8e387df5dca273bfc.zip
doc/syslinux.txt, txt/syslinux.cfg.txt: Adjust bit values
Accidentally misdocumented. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--doc/syslinux.txt15
-rw-r--r--txt/syslinux.cfg.txt16
2 files changed, 18 insertions, 13 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 5f6af14e..263b060f 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 a06fe050..63906c29 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 ==