unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob fbb4c5f59664b11c2bfffa3a0e39f1ada5ed93f1 512 bytes (raw)
name: gnu/packages/patches/grub-make-mkrescue-use-k-option.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
--- grub-2.02/util/grub-mkrescue.c	2019-04-21 08:17:18.880000000 +0200
+++ grub-2.02/util/grub-mkrescue.c	2019-04-21 08:17:52.588000000 +0200
@@ -791,7 +791,7 @@
 
       const char *fat_serial_number = getenv ("GRUB_FAT_SERIAL_NUMBER");
       const char *mformat_args[] =
-	{ "mformat", "-C", "-f", "2880", "-L", "16",
+	{ "mformat", "-k", "-C", "-f", "2880", "-L", "16",
 	  fat_serial_number != NULL ? "-N" : "-C",
 	  fat_serial_number != NULL ? fat_serial_number : "-C",
 	  "-i", efiimgfat, "::", NULL };

debug log:

solving fbb4c5f596 ...
found fbb4c5f596 in https://yhetil.org/guix-devel/20190421075847.ka4aeseg6kgfufz4@pelzflorian.localdomain/

applying [1/1] https://yhetil.org/guix-devel/20190421075847.ka4aeseg6kgfufz4@pelzflorian.localdomain/
diff --git a/gnu/packages/patches/grub-make-mkrescue-use-k-option.patch b/gnu/packages/patches/grub-make-mkrescue-use-k-option.patch
new file mode 100644
index 0000000000..fbb4c5f596

1:10: trailing whitespace.
 
1:15: space before tab in indent.
 	  fat_serial_number != NULL ? "-N" : "-C",
1:16: space before tab in indent.
 	  fat_serial_number != NULL ? fat_serial_number : "-C",
1:17: space before tab in indent.
 	  "-i", efiimgfat, "::", NULL };
Checking patch gnu/packages/patches/grub-make-mkrescue-use-k-option.patch...
Applied patch gnu/packages/patches/grub-make-mkrescue-use-k-option.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 fbb4c5f59664b11c2bfffa3a0e39f1ada5ed93f1	gnu/packages/patches/grub-make-mkrescue-use-k-option.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).