summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-12 08:36:33 -0500
committerGitHub <noreply@github.com>2017-02-12 08:36:33 -0500
commit4f34e030a59a9ef89cec459c223c54cf1e6bc199 (patch)
treebac621c215087b8977adef2e25fd26600edab669 /nixos/modules/system/boot
parent3348905cdecff53190eb011e76ab2dba5855c107 (diff)
parentb1a05a0865a6a7cfddb1dd5f6c0f32a91c20f473 (diff)
downloadnixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar.gz
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar.bz2
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar.lz
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar.xz
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.tar.zst
nixlib-4f34e030a59a9ef89cec459c223c54cf1e6bc199.zip
Merge pull request #22677 from grahamc/drop-kdm-kde4-modules
Drop kdm and kde4 modules
Diffstat (limited to 'nixos/modules/system/boot')
-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