Add a note that 'modprobe msr' might be required.
Remove trailing whitespace. Fix typos. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4090 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -350,6 +350,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
if (sys && !sys->name) {
|
||||
fprintf(stderr, "Unable to detect the current operating system!\n");
|
||||
fprintf(stderr, "On Linux, please do 'modprobe msr' and retry.\n");
|
||||
fprintf(stderr, "Please send a report or patch to coreboot@coreboot.org. Thanks for your help!\n");
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user