From: martin@piware.de <> Date: Wed, 15 Apr 2009 11:04:34 +0000 (+0200) Subject: postinst-setup: fix fstab restoring X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=41a5eaabcaa877e4bd3218d7a9114e13858ee6e9 postinst-setup: fix fstab restoring --- diff --git a/postinst-setup b/postinst-setup index c925be2..9680876 100755 --- a/postinst-setup +++ b/postinst-setup @@ -35,7 +35,7 @@ if [ ! -d /etc/.bzr ]; then chmod 600 /etc/ssh/ssh_*_key # only restore dchroot part into fstab - grep -A 200 "^# dchroots" fstab >> fstab.originst || true + grep -A 200 "^# sid chroot" fstab >> fstab.originst || true mv fstab.originst fstab # only restore the human users from passwd/group