Update EFI installation CD to meet the requirements of the new gummiboot
This commit is contained in:
parent
5f29704861
commit
fb7b7a2887
@ -3,17 +3,16 @@
|
|||||||
{
|
{
|
||||||
require = [ ./installation-cd-minimal.nix ];
|
require = [ ./installation-cd-minimal.nix ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
boot.kernelPackages = pkgs.linuxPackages_3_8;
|
||||||
boot.vesa = false;
|
boot.vesa = false;
|
||||||
|
|
||||||
# What follows should probably move into base once the base kernel has the
|
# What follows should probably move into base once the base kernel has the
|
||||||
# efi boot stub
|
# efi boot stub
|
||||||
|
|
||||||
# Get a console as soon as the initrd loads fbcon on EFI boot
|
# Get a console as soon as the initrd loads fbcon on EFI boot
|
||||||
boot.initrd.kernelModules = [ "fbcon" ];
|
|
||||||
|
|
||||||
# Enable reading EFI variables via sysfs
|
# Enable reading EFI variables via sysfs
|
||||||
boot.kernelModules = [ "efivars" ];
|
# !!! Needing efivars will only be necessary until http://article.gmane.org/gmane.linux.kernel.efi/773 is merged
|
||||||
|
boot.initrd.kernelModules = [ "fbcon" "efivars" ];
|
||||||
|
|
||||||
# efi-related tools
|
# efi-related tools
|
||||||
environment.systemPackages = [ pkgs.efibootmgr ];
|
environment.systemPackages = [ pkgs.efibootmgr ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user