Fixing a reference to a grub in kdm, I hadn't tested before.

svn path=/nixos/trunk/; revision=17461
This commit is contained in:
Lluís Batlle i Rossell 2009-09-27 21:51:47 +00:00
parent 75f6cd20da
commit b0a6c15f42

View File

@ -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
''}