#!/bin/bash # Created by Tobias Powalowski build () { add_binary "/sbin/hwclock" add_binary "/bin/date" add_binary "/usr/bin/ntpdate" for i in $(find /usr/share/zoneinfo ! -type d); do add_file $i done add_file "/usr/share/archboot/tz/tz" "/usr/bin/tz" # fix licenses add_file "/usr/share/licenses/ntp/LICENSE" } help () { cat<