Displaying 1 result from an estimated 1 matches for "dmiselest".
Did you mean:
dmiselect
2008 Dec 04
3
Patch: Allow args with spaces
...P5925" "memdisk initrd=/dos/FSC-E5925.img raw"
will result in args[]:
ESPRIMO P5925
memdisk initrd=/dos/FSC-E5925.img raw
instead of (current code):
"ESPRIMO
P5925"
"memdisk
initrd=/dos/FSC-E5925.img
raw"
What's that good for? Example code can be found in dmiselest.c32 (second
patch).
This c32 module uses code from dmitest to check the current hardware
it's running on.
You can specify a list of known "system names" and a command line to
execute if the
machine type matches.
The test scripts is used to apply BIOS updates to different kinds of
ma...