diff options
author | Leah Woods <info@minifree.org> | 2016-05-24 14:45:26 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-24 14:45:26 (EDT) |
commit | 362168bb30487b231904744565cb4808ddb23ec2 (patch) | |
tree | bf70fccf2060bfaf2b7b0a67bbcc939e2af78e17 /site | |
parent | 3886ffb3451d19edba661245872f2f080abafa02 (diff) | |
download | libreboot.org-362168bb30487b231904744565cb4808ddb23ec2.zip libreboot.org-362168bb30487b231904744565cb4808ddb23ec2.tar.gz libreboot.org-362168bb30487b231904744565cb4808ddb23ec2.tar.bz2 |
FAQ: show people how they can still use nvramtool to change settings
Diffstat (limited to 'site')
-rw-r--r-- | site/faq/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <p> In practise, you don't need to change any of those settings, in most cases. </p> + <p> + Libreboot locks the CMOS table, to ensure consistent functionality for all users. + You con use:<br/> + <strong>nvramtool -C yourrom.rom -w somesetting=somevalue</strong><br/> + This will change the default inside that ROM image, and then you can re-flash it. + </p> <p> <a href="#pagetop">Back to top of page</a> </p> |