Comment 2 for bug 482417

Revision history for this message
Thierry Carrez (ttx) wrote :

Setting a repository up at install-time is a feature of etckeeper upstream (and a good one). There is a "etckeeper uninit" command to reverse that default setup in case you want to pick a different VCS or do anything. So you can run:

sudo etckeeper uninit
sudo vi /etc/etckeeper/etckeeper.conf (and change VCS)
sudo etckeeper init
sudo etckeeper commit -m "Initial commit"