SpectreOS/grub-config/tz/Etc

8 lines
137 B
Text
Raw Normal View History

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