forked from beta-tester/RPi-PXE-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2-custom-var
More file actions
29 lines (26 loc) · 836 Bytes
/
c2-custom-var
File metadata and controls
29 lines (26 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
########################################################################
if [[ -z "$script_dir" ]]
then
echo 'do not run this script directly !'
echo 'this script is part of run.sh'
exit -1
fi
########################################################################
########################################################################
# Add your custom entries to this file.
#
# You can override existing variables here:
# Example:
# CUSTOM_COUNTRY=DE
# CUSTOM_KEYMAP=de-latin1-nodeadkeys
# CUSTOM_KMAP=qwertz/de-latin1
# CUSTOM_LANGUAGE=de
# CUSTOM_LAYOUTCODE=de
# CUSTOM_LOCALE=de_DE.UTF-8
# CUSTOM_TIMEZONE=Europe/Berlin
# CUSTOM_VARIANT=German
#
# Or add additional variables you want to use in your other custom files e.g.: c2-custom-menu
# Example:
# MY_CUSTOM_VARIABLE=my custom value