SpectreOS/grub-config/tz/Africa

8 lines
174 B
Text
Raw Permalink Normal View History

2022-10-04 19:01:31 +02:00
for tz in Gaborone Harare Johannesburg Lagos; do
menuentry --class=tz.Africa.${tz} "Africa/${tz}" {
timezone="tz=${1}"
def_timezone="${1}"
menu_reload
}
done