-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |