Skip to content

Commit 8912f51

Browse files
new profile
1 parent 958dadc commit 8912f51

65 files changed

Lines changed: 2125 additions & 4065 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
if [ -z "${def_bootlang}" ]; then
2-
def_bootlang="en_US"
3-
def_keyboard="us"
4-
def_timezone="UTC"
5-
fi
6-
if [ -z "${bootlang}" ]; then
7-
bootlang="lang=${def_bootlang}"
8-
keyboard="keytable=${def_keyboard}"
9-
timezone="tz=${def_timezone}"
10-
fi
1+
# BigLinux live locale, keyboard, timezone and theme are selected by the
2+
# post-boot setup wizard. This file is kept as a compatibility include for
3+
# the ISO build pipeline; no locale-related GRUB variables are needed here.

0 commit comments

Comments
 (0)