Skip to content

Instantly share code, notes, and snippets.

View ylwghst's full-sized avatar

Yell0w Ghost ylwghst

  • Czech republic
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ylwghst on github.
* I am yell0wghost (https://keybase.io/yell0wghost) on keybase.
* I have a public key ASBLjPN0_M5zZupCPG0MbihfstYOcds5iLF7NDFfTKdHtgo
To claim this, I am signing this object:
@ylwghst
ylwghst / main.c.patch
Last active November 3, 2017 14:07
grub2: patch: Removes welcome message
--- a/grub-core/kern/main.c
+++ b/grub-core/kern/main.c
@@ -207,7 +207,7 @@
if (device)
{
char *prefix_set;
-
+
prefix_set = grub_xasprintf ("(%s)%s", device, path ? : "");
if (prefix_set)
{
nixpkgs.config = {
allowUnfree = true;
packageOverrides = super: let self = super.pkgs; in {
grub2 = super.grub2.overrideAttrs (old: {
prePatch = let fix = pkgs.fetchpatch {
url = "https://git.io/vFq8Y";
sha256 = "1impkw900f984qw1z1xk9nfz78r95mqghddianyyvip81cggqpd0";};