ff6c968e34755c5e9c5db70abcc5b66c74c3b71f
[ext/instance-debootstrap.git] / examples / hooks / timezone
1 #!/bin/sh
2 #
3 # This is an example script that sets the timezone to a given default
4
5 cp confdata/timezone $TARGET/etc/
6 chroot $TARGET dpkg-reconfigure --frontend noninteractive tzdata
7
8