Skip to content

Commit 4c3098a

Browse files
committed
isolinux: Drop bootoption "gmt"
We replaced "gmt" with "utc" some time ago, see: 65ee43c. In the meanwhile we changed the timezone and localtime handling and dropped support for the bootoption "utc", as it is the default nowadays, see: grml/grml-autoconfig@e96da70 + 34167e2f. TZ defaults to UTC and the RTC defaults to be set to UTC. Adjusted wording for "localtime" in grml-cheatcodes.txt too. Related: #296, #243
1 parent f5b89ad commit 4c3098a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: templates/GRML/grml-cheatcodes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Regional settings:
3939
------------------
4040
grml lang=at|de|cn|da|es|fr|it Specify language ($LANG, $LC_ALL, $LANGUAGE - utf8) + keyboard
4141
grml lang=nl|pl|ru|sk|tr|tw|us Specify language ($LANG, $LC_ALL, $LANGUAGE - utf8) + keyboard
42-
grml localtime Hardware Clock is set to local time (default: RTC is in UTC)
42+
grml localtime Assume Hardware Clock (RTC) is set in localtime (default: RTC is in UTC)
4343
grml tz=Europe/Vienna Use specified timezone for TZ, defaults to TZ=UTC
4444
grml keyboard=us Use different keyboard layout
4545

Diff for: templates/boot/isolinux/f4

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
grml blacklist=usbcore disable USB drivers
1010
grml debnet search local partitions for file /etc/network/interfaces,
1111
copy /etc/network then to local system and restart networking
12-
grml gmt tz=Europe/Vienna use GMT-based time and specified timezone for TZ
12+
grml localtime assume Hardware Clock (RTC) is in localtime
13+
grml tz=Europe/Vienna set timezone (default: tz=UTC)
1314
grml home=/dev/sda1 use specified device as home directory
1415
grml keyboard=de set keyboard
1516
grml lang=[at|ch|da|de|es|fr|it|...|us] set keyboard + language
@@ -19,5 +20,4 @@
1920
grml noeject noprompt do not eject CD after halt / do not prompt for it
2021
grml nofstab / nolabel disable generating of /etc/fstab / use of fs-labels
2122

22-
2323
1f

0 commit comments

Comments
 (0)