Skip to content

Commit

Permalink
Merge pull request #298 from grml/jkirk/isolinux-gmt
Browse files Browse the repository at this point in the history
isolinux: Drop bootoption "gmt"
  • Loading branch information
zeha authored Jan 30, 2025
2 parents 224c48a + 4c3098a commit 8c08217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/GRML/grml-cheatcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Regional settings:
------------------
grml lang=at|de|cn|da|es|fr|it Specify language ($LANG, $LC_ALL, $LANGUAGE - utf8) + keyboard
grml lang=nl|pl|ru|sk|tr|tw|us Specify language ($LANG, $LC_ALL, $LANGUAGE - utf8) + keyboard
grml localtime Hardware Clock is set to local time (default: RTC is in UTC)
grml localtime Assume Hardware Clock (RTC) is set in localtime (default: RTC is in UTC)
grml tz=Europe/Vienna Use specified timezone for TZ, defaults to TZ=UTC
grml keyboard=us Use different keyboard layout

Expand Down
4 changes: 2 additions & 2 deletions templates/boot/isolinux/f4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
grml blacklist=usbcore disable USB drivers
grml debnet search local partitions for file /etc/network/interfaces,
copy /etc/network then to local system and restart networking
grml gmt tz=Europe/Vienna use GMT-based time and specified timezone for TZ
grml localtime assume Hardware Clock (RTC) is in localtime
grml tz=Europe/Vienna set timezone (default: tz=UTC)
grml home=/dev/sda1 use specified device as home directory
grml keyboard=de set keyboard
grml lang=[at|ch|da|de|es|fr|it|...|us] set keyboard + language
Expand All @@ -19,5 +20,4 @@
grml noeject noprompt do not eject CD after halt / do not prompt for it
grml nofstab / nolabel disable generating of /etc/fstab / use of fs-labels


1f

0 comments on commit 8c08217

Please sign in to comment.