On 7/23/06, André Detsch <[EMAIL PROTECTED]> wrote:
CVSROOT:        /sources/goboscripts
Module name:    tools
Changes by:     André Detsch <detsch>   06/07/23 18:34:04

Modified files:
        BuildLiveCD/bin: BuildRoot CompressAndBuildISO

Log message:
        All rolayer operations are now update-aware. I.e. considering two 
consecutive runs of CompressAndBuildISO (without real changes in between),
        none of the squashfs files need to be updated at the second run. 
(Hooray =)

--- CompressAndBuildISO 22 Jul 2006 02:32:02 -0000      1.26
+++ CompressAndBuildISO 23 Jul 2006 18:34:04 -0000      1.27
@@ -178,7 +186,7 @@
    echo "Unionfs mounting layers."
    tmp_mp=`mktemp -d /tmp/finalize_layer-XXXXX`
    unionfs_dirs="dirs=${tmp_mp}=rw:${unionfs_dirs}"
-   echo mount -t unionfs -o ${unionfs_dirs} $tmp_mp Output/Environment
+   #echo mount -t unionfs -o ${unionfs_dirs} $tmp_mp Output/Environment

I think this comment can go away. IIRC, the 'echo' was added by me
while debugging that odd unionfs problems we had been facing.

--
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to