aboutsummaryrefslogtreecommitdiff
path: root/systems/yak.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/yak.scm')
-rw-r--r--systems/yak.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/systems/yak.scm b/systems/yak.scm
index 628c1767..cb1bb665 100644
--- a/systems/yak.scm
+++ b/systems/yak.scm
@@ -36,23 +36,6 @@
#:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
-(define install-grub-efi-removable
- #~(lambda (bootloader efi-dir mount-point)
- (when efi-dir
- (let ((grub-install (string-append bootloader "/sbin/grub-install"))
- (install-dir (string-append mount-point "/boot"))
- (target-esp (if (file-exists? (string-append mount-point efi-dir))
- (string-append mount-point efi-dir)
- efi-dir)))
- (invoke/quiet grub-install "--boot-directory" install-dir
- "--efi-directory" target-esp
- "--removable")))))
-
-(define grub-efi-removable
- (bootloader
- (inherit grub-efi-bootloader)
- (installer install-grub-efi-removable)))
-
(define yak-system
(operating-system
(kernel linux-lts)