aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2003-11-08 21:51:05 +0000
committerdancer <dancer>2003-11-08 21:51:05 +0000
commita6703e8f7cf1846b7d5386ffecb44d864c9648bd (patch)
tree115cdc3b026829c38fad1fbe58732953bd3e96e7 /pbuilder-user-mode-linux
parent9e39c0aefe70839d48419572b5807afdfbfd1a7e (diff)
downloadpbuilder-a6703e8f7cf1846b7d5386ffecb44d864c9648bd.tar
pbuilder-a6703e8f7cf1846b7d5386ffecb44d864c9648bd.tar.gz
change slightly.
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux3
1 files changed, 1 insertions, 2 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 35eabbb..623c39d 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -65,8 +65,7 @@ ${UML_DEBUGMODE}
mount -t proc /proc /proc
mount -t tmpfs /tmp /tmp
if ! fsck /dev/ubd/1; then
- echo "E: Failed to fsck /dev/ubd/1"
- exit 1
+ echo "W: Failed to fsck /dev/ubd/1"
fi
if ! mount -t ext2 /dev/ubd/1 ${UML_CHROOT_MOUNTPOINT}; then
echo "E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?"