[SCM] debian-live/live-helper branch, master, updated. 1.0_a37-2-49-gff9eb4e

Otavio Salvador otavio at ossystems.com.br
Thu Feb 21 13:52:06 UTC 2008


The following commit has been merged in the master branch:
commit ff9eb4e41f6eec2a3cfa9c278cd057603ccc73ff
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Feb 20 10:11:22 2008 -0300

    chroot: don't fail if /dev/pts is already mounted

diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts
index 7bb5e45..9b85289 100755
--- a/helpers/lh_chroot_devpts
+++ b/helpers/lh_chroot_devpts
@@ -58,7 +58,7 @@ case "${1}" in
 			mkdir -p chroot/dev/pts
 
 			# Mounting /dev/pts
-			${LH_ROOT_COMMAND} mount devpts-live -t devpts chroot/dev/pts
+			${LH_ROOT_COMMAND} mount devpts-live -t devpts chroot/dev/pts || true
 		fi
 
 		# Creating stage file

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list