From 25889c9e9900ca785d220a125585672542c846f5 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 14 Jun 2022 10:35:18 -0600 Subject: systems: yak: remove unused removable bootloader Signed-off-by: Kenny Ballou --- systems/yak.scm | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'systems') 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) -- cgit v1.2.1