mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +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]
|
||||
HaltCmd=${pkgs.upstart}/sbin/halt
|
||||
RebootCmd=${pkgs.upstart}/sbin/reboot
|
||||
${optionalString (config.boot.grubDevice != "") ''
|
||||
${optionalString (config.system.boot.loader.id == "grub") ''
|
||||
BootManager=Grub
|
||||
''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user