The efibootmgr bricking problem was fixed in 2.6.39

svn path=/nixos/trunk/; revision=33990
This commit is contained in:
Shea Levy 2012-05-05 15:43:28 +00:00
parent c716747cce
commit 1a0c9ce201

View file

@ -45,8 +45,8 @@ let
default = false;
description = ''
Whether to run efibootmgr to add the configuration to the boot options list.
WARNING! efibootmgr has been rumored to brick Apple firmware! Use 'bless' on
Apple efi systems.
WARNING! efibootmgr has been rumored to brick Apple firmware on
old kernels! Don't use it on kernels older than 2.6.39!
'';
};