Hi,<br><div class="gmail_quote"><br>I have the following in my /etc/grml/grml-live.local<br><br>-----------------------------------------<br>grep -1 OUTPUT /etc/grml/grml-live.local<br># Main output directory<br>OUTPUT=&quot;/dev/shm/gl&quot; # mount -o remount,suid,dev,rw /dev/shm<br>

<br># Where do want to find the chroot of the buildprocess files?<br># CHROOT_OUTPUT=&quot;$OUTPUT/grml_chroot&quot;<br># Where do you want to find the compressed chroot, bootstuff,...?<br># BUILD_OUTPUT=&quot;$OUTPUT/grml_cd&quot;<br>

# Where do you want to find the final ISO?<br>ISO_OUTPUT=&quot;/lfs/cache12/systems/distros&quot;<br>-----------------------------------------<br>
<br>and I invoked grml-live as<br><br>% rm /dev/shm/gl/grml_isos/depen64.iso<br><br>% grml-live -F -a $ARCH -c $CLASSES -g $USE_NAME -v &quot;`date -I`&quot; -i $USE_NAME.iso<br> * Logging actions to logfile /var/log/grml-live.log<br>

 * Skiping stage &#39;fai dirinstall&#39; as /dev/shm/gl/grml_chroot exists alr  [ ok ]<br> * Skipping stage &#39;boot&#39; as /dev/shm/gl/grml_cd/boot/isolinux exists al  [ ok ]<br> * Skipping stage &#39;squashfs&#39; as /dev/shm/gl/grml_cd/live exists already  [ ok ]<br>

Size of boot image is 4 sectors -&gt; No emulation<br>  9.81% done, estimate finish Wed Jul 21 11:15:22 2010<br> 19.63% done, estimate finish Wed Jul 21 11:15:22 2010<br> 29.41% done, estimate finish Wed Jul 21 11:15:22 2010<br>

 39.23% done, estimate finish Wed Jul 21 11:15:22 2010<br> 49.01% done, estimate finish Wed Jul 21 11:15:22 2010<br> 58.83% done, estimate finish Wed Jul 21 11:15:22 2010<br> 68.61% done, estimate finish Wed Jul 21 11:15:22 2010<br>

 78.43% done, estimate finish Wed Jul 21 11:15:22 2010<br> 88.22% done, estimate finish Wed Jul 21 11:15:22 2010<br> 98.00% done, estimate finish Wed Jul 21 11:15:22 2010<br>Total translation table size: 2048<br>Total rockridge attributes bytes: 23099<br>

Total directory bytes: 45056<br>Path table size(bytes): 118<br>Max brk space used 33000<br>51021 extents written (99 MB)<br> * Creating hybrid ISO file with manifold method<br>geometry is 204288 sectors (104595456 bytes) in 399 cylinders, 16 heads, 32 sectors per track<br>

0 @0x168: 60 @4 (0x4)<br> - 0x168: 32 (0x20) @ 4 (0x4)<br> - 0x16A: 28 (0x1C) @ 36 (0x24)<br>using 2 blocks, 4 bytes (82 free)<br>using sectors of 2^9 = 512 bytes                                         [ ok ]<br> * Finished execution of stage &#39;iso build&#39;                               [ ok ]<br>

 * Successfully finished execution of grml-live [Wed Jul 21 11:15:23 EDT 2010 - running 3 seconds]                                                       [ ok ]<br><br>However, the iso is still generated at /dev/shm/gl/grml_isos/depen64.iso.<br>

Do I need to remove more stage files for ISO_OUTPUT to take effect? <br><br>Thanks<br><br>
</div><br>