#!/bin/sh -e
#
# Executed using the post-base-installer hooks after the base system
# is installed, and before most packages are installed.

# Initialize etckeeper early, to track all changes in /etc/ during
# the installation.  etckeeper is very quick compared to etcinsvk,
# so there is no need to limit this to debug installations.
edu-etcvcs init

exit 0
