[X2Go-Commits] [live-build-x2go] 73/167: removed a cleanup command that would umount /lib/live/mount/findiso when in ramdisk mode, which is a stupid thing to do

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:44 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit e23269d7e50712fa7c3288e17e5cce68c12d07f0
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jul 24 20:02:36 2017 +0200

    removed a cleanup command that would umount /lib/live/mount/findiso when in ramdisk mode, which is a stupid thing to do
---
 config/includes.chroot/lib/live/config/2400-live-autoupdate | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2400-live-autoupdate b/config/includes.chroot/lib/live/config/2400-live-autoupdate
index 22e2778..0ec265a 100755
--- a/config/includes.chroot/lib/live/config/2400-live-autoupdate
+++ b/config/includes.chroot/lib/live/config/2400-live-autoupdate
@@ -380,7 +380,6 @@ echo -n " live-autoupdater (backgrounding update task)"
 	#
 	echo "\n$(date +'%F | %T | ')'$0': Moving $TEMPDIR/* => $DOWNLOADPATH"
 	mv $TEMPDIR/* $DOWNLOADPATH
-	cleanup # FIXME ist dieses Cleanup gerechtfertigt oder macht es dummfoog?
 	if [ -n "$NTFSROOT" ]; then
 		echo "\n$(date +'%F | %T | ')'$0': NTFSROOT detected. Attempting to mount '/dev/disk/by-uuid/$NTFSROOT'."
 		if mount -t ntfs-3g -rw /dev/disk/by-uuid/$NTFSROOT /lib/live/mount/ntfsroot; then

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list