Skip to content

Commit ba1fe44

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. Related: #296
1 parent f5b89ad commit ba1fe44

File tree

1 file changed

+2
-2
lines changed
  • templates/boot/isolinux

1 file changed

+2
-2
lines changed

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)