Synchronize with Debian version 1.173.3-1.
authorMichael Prokop <mika@grml.org>
Sat, 20 Feb 2010 16:09:02 +0000 (17:09 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 20 Feb 2010 16:19:20 +0000 (17:19 +0100)
scripts/live

index e2e0d09..d162f75 100755 (executable)
@@ -717,7 +717,7 @@ copy_live_to ()
 
        # begin copying (or uncompressing)
        mkdir "${copyto}"
-       echo "mount -t ${fstype} ${mount_options} ${dev} ${copyto}"
+       log_begin_msg "mount -t ${fstype} ${mount_options} ${dev} ${copyto}"
        mount -t "${fstype}" ${mount_options} "${dev}" "${copyto}"
 
        if [ "${extension}" = "tgz" ]
@@ -1109,7 +1109,7 @@ setup_unionfs ()
 
        if [ "${UNIONTYPE}" = "aufs" ]
        then
-               roopt="rr,xino=/tmp/aufs.xino"
+               roopt="rr,noxino"
        else
                roopt="ro"
        fi