mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-22 03:44:56 +02: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
|