mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-12-06 14:13:51 +01:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
for tz in Reykjavik; do
|
|
menuentry --class=tz.Atlantic.${tz} "Atlantic/${tz}" {
|
|
timezone="tz=${1}"
|
|
def_timezone="${1}"
|
|
menu_reload
|
|
}
|
|
done
|