mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
Unbreak iso_efi by feeding it a kernel that exists.
This commit is contained in:
parent
eec1131a0b
commit
6246d75654
@ -3,7 +3,7 @@
|
||||
{
|
||||
require = [ ./installation-cd-minimal.nix ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_8;
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_9;
|
||||
boot.vesa = false;
|
||||
|
||||
# What follows should probably move into base once the base kernel has the
|
||||
|
Loading…
Reference in New Issue
Block a user