diff options
Diffstat (limited to 'site/faq')
-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> |