Skip to content

Commit 3069000

Browse files
committed
Update Submodules PT and GSMBIOS
1 parent d612a31 commit 3069000

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33
.AppleDouble
44
.LSOverride
5+
.internal
56

67
# Icon must end with two \r
78
Icon

DarwinKVM.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
# BSD 3-Clause License, see LICENSE for more information.
99
#
1010
# No, you cannot use my EFI or XML configurations in your prebuilts or repackage any of the content here.
11-
# All instances of related work, must point back to DarwinKVM if you use any information from here.
12-
# See LICENSE for more information. This is your only warning.
11+
# All instances of related work, must point back to DarwinKVM if you use any information the project.
12+
# See LICENSE for more information. This is your only warning. I want to stress that the entire point
13+
# and time I spend on this project, is directly about teaching and helping with proper support.
14+
# You will defeat the purpose of every hour of work i've spent, if you disobey these wishes.
1315
#
1416

1517
# Script Variables
@@ -89,6 +91,10 @@ else
8991
fi
9092

9193
# Construct the main menu
94+
if [[ -f ".internal" ]]; then
95+
DEBUG=true
96+
isInternalUser=true
97+
fi
9298

9399
# Define public options
94100
MENU_OPTIONS=(

extras/GenSMBIOS

0 commit comments

Comments
 (0)