All images should have proper time set.. Also configure
openntpd properly, as it should've been running w/ -s.
Signed-off-by: Andres Salomon <dilinger@queued.net>
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
wireless-tools
alsa-utils
console-tools
-openntpd
# the silly i-always-use-this-shit stuff
less
# Any customizations that need to be made after all packages have been
# installed should be put here. $ROOT_DIR should be prefixed to any
# paths.
+
+ # configure openntpd (to run w/ -s by default)
+ F=${ROOT_DIR}/etc/default/openntpd
+ if [ -f ${F} ]; then
+ sed --in-place "s/^.*DAEMON_OPTS=/DAEMON_OPTS=/" ${F}
+ fi
+
}
cleanup_chroot_hook()
locales
busybox
sudo
+openntpd