mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-22 11:54:55 +02:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
for tz in Sydney; do
|
|
menuentry --class=tz.Australia.${tz} "Australia/${tz}" {
|
|
timezone="tz=${1}"
|
|
def_timezone="${1}"
|
|
menu_reload
|
|
}
|
|
done
|