From 362168bb30487b231904744565cb4808ddb23ec2 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Tue, 24 May 2016 14:45:26 -0400 Subject: FAQ: show people how they can still use nvramtool to change settings --- diff --git a/site/faq/index.php b/site/faq/index.php index 4bf39c7..e6bde5a 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -672,6 +672,12 @@

In practise, you don't need to change any of those settings, in most cases.

+

+ Libreboot locks the CMOS table, to ensure consistent functionality for all users. + You con use:
+ nvramtool -C yourrom.rom -w somesetting=somevalue
+ This will change the default inside that ROM image, and then you can re-flash it. +

Back to top of page

-- cgit v0.9.1