guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72457] [PATCH v5 00/15] Rewrite bootloader subsystem.


From: Sergey Trofimov
Subject: [bug#72457] [PATCH v5 00/15] Rewrite bootloader subsystem.
Date: Wed, 07 Aug 2024 06:52:13 +0200

Hi Lilah, 

Lilah Tascheter <lilah@lunabee.space> writes:

> Alright, hopefully this works then!
>

It works with the following patch applied! I'll test other bootloaders
later in the week.

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index 7bb7e4eefa..cb68744135 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -259,7 +259,7 @@ (define* (core.img grub format #:key bootloader-config 
store-crypto-devices
                        '#$(if tftp? '() '("part_msdos" "part_gpt"))
                        ;; file systems
                        '#$(cond ((member fs '("ext2" "ext3" "ext4")) '("ext2"))
-                                ((member fs "vfat" "fat32") '("fat"))
+                                ((member fs '("vfat" "fat32")) '("fat"))
                                 ((and tftp? efi?) '("efinet"))
                                 ((and tftp? bios?) '("pxe"))
                                 (else (list fs)))
--8<---------------cut here---------------end--------------->8---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]