summaryrefslogtreecommitdiff
path: root/drain
diff options
context:
space:
mode:
Diffstat (limited to 'drain')
-rwxr-xr-xdrain1
1 files changed, 1 insertions, 0 deletions
diff --git a/drain b/drain
index c201727..71afb43 100755
--- a/drain
+++ b/drain
@@ -43,6 +43,7 @@ commit() (
(cd chroot/etc && etckeeper init -d "$PWD")
mv chroot/etc/.git etc.git
fi
+ rm -rf etc; ln -sfT chroot/etc etc # for compatibility with old installs
rm -rf chroot
mkdir chroot
cd chroot