]> piware.de Git - bin.git/commitdiff
postinst-setup: fix fstab restoring
authormartin@piware.de <>
Wed, 15 Apr 2009 11:04:34 +0000 (13:04 +0200)
committermartin@piware.de <>
Wed, 15 Apr 2009 11:04:34 +0000 (13:04 +0200)
postinst-setup

index c925be20751ffe992e065ff26427edcdefdc8190..9680876400fcc8fe554f3b77c5b0597afa97cb89 100755 (executable)
@@ -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