mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Fixing a reference to a grub in kdm, I hadn't tested before.
svn path=/nixos/trunk/; revision=17461
This commit is contained in:
parent
75f6cd20da
commit
b0a6c15f42
@ -14,7 +14,7 @@ let
|
|||||||
[Shutdown]
|
[Shutdown]
|
||||||
HaltCmd=${pkgs.upstart}/sbin/halt
|
HaltCmd=${pkgs.upstart}/sbin/halt
|
||||||
RebootCmd=${pkgs.upstart}/sbin/reboot
|
RebootCmd=${pkgs.upstart}/sbin/reboot
|
||||||
${optionalString (config.boot.grubDevice != "") ''
|
${optionalString (config.system.boot.loader.id == "grub") ''
|
||||||
BootManager=Grub
|
BootManager=Grub
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user