aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index ddb22c6..eb85ccf 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -139,7 +139,7 @@ function mountproc () {
echo " -> mounting /proc filesystem"
mkdir -p $BUILDPLACE/proc
mount -t proc /proc "$BUILDPLACE/proc"
- ln -s ../proc/mounts $BUILDPLACE/etc/mtab
+ ln -s ../proc/mounts $BUILDPLACE/etc/mtab || true
fi
if [ "$USEDEVFS" = "yes" ]; then
echo " -> mounting /dev filesystem"