summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-11 13:55:09 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-11 13:55:09 -0500
commit3cec7d10dfb80b7466f171e7a59ac9af3bab2862 (patch)
tree9db4dd90f1012a4a86e16ad16803fdeb03b4f1bd /nixos/modules/system/boot/loader/grub
parent5627dd27b9bbe4135598bda9623b0a3faeff1a53 (diff)
downloadnixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar.gz
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar.bz2
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar.lz
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar.xz
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.tar.zst
nixlib-3cec7d10dfb80b7466f171e7a59ac9af3bab2862.zip
kdm: drop service
Diffstat (limited to 'nixos/modules/system/boot/loader/grub')
-rw-r--r--nixos/modules/system/boot/loader/grub/install-grub.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/loader/grub/install-grub.pl b/nixos/modules/system/boot/loader/grub/install-grub.pl
index 24442ca12a30..f92b17720f65 100644
--- a/nixos/modules/system/boot/loader/grub/install-grub.pl
+++ b/nixos/modules/system/boot/loader/grub/install-grub.pl
@@ -256,8 +256,6 @@ else {
         # ‘grub-reboot’ sets a one-time saved entry, which we process here and
         # then delete.
         if [ \"\${next_entry}\" ]; then
-          # FIXME: KDM expects the next line to be present.
-          set default=\"\${saved_entry}\"
           set default=\"\${next_entry}\"
           set next_entry=
           save_env next_entry