mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Unbreak iso_efi by feeding it a kernel that exists.
This commit is contained in:
parent
eec1131a0b
commit
6246d75654
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
require = [ ./installation-cd-minimal.nix ];
|
require = [ ./installation-cd-minimal.nix ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_3_8;
|
boot.kernelPackages = pkgs.linuxPackages_3_9;
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue