Skip to content

Commit

Permalink
tragets add grup Titel
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Nov 2, 2024
1 parent 4243107 commit 7e2a214
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions patches/targets-add-Grub-Titel-to-VM-Image.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From 6c4ca8d0780566a8b2ae6ea3ab4e477abafd4fbe Mon Sep 17 00:00:00 2001
From: Tobias <[email protected]>
Date: Sat, 2 Nov 2024 04:28:01 +0000
Subject: [PATCH] add Grub Titel to VM Image

---
targets/x86.inc | 1 +
1 file changed, 1 insertion(+)

diff --git a/targets/x86.inc b/targets/x86.inc
index f090a9e8..a609d460 100644
--- a/targets/x86.inc
+++ b/targets/x86.inc
@@ -1,5 +1,6 @@
config('VDI_IMAGES', true)
config('VMDK_IMAGES', true)
+config('GRUB_TITLE', 'Gluon')

packages {
'kmod-3c59x',
--
2.46.2

0 comments on commit 7e2a214

Please sign in to comment.