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="/dev/shm/gl" # mount -o remount,suid,dev,rw /dev/shm<br>
<br># Where do want to find the chroot of the buildprocess files?<br># CHROOT_OUTPUT="$OUTPUT/grml_chroot"<br># Where do you want to find the compressed chroot, bootstuff,...?<br># BUILD_OUTPUT="$OUTPUT/grml_cd"<br>
# Where do you want to find the final ISO?<br>ISO_OUTPUT="/lfs/cache12/systems/distros"<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 "`date -I`" -i $USE_NAME.iso<br> * Logging actions to logfile /var/log/grml-live.log<br>
* Skiping stage 'fai dirinstall' as /dev/shm/gl/grml_chroot exists alr [ ok ]<br> * Skipping stage 'boot' as /dev/shm/gl/grml_cd/boot/isolinux exists al [ ok ]<br> * Skipping stage 'squashfs' as /dev/shm/gl/grml_cd/live exists already [ ok ]<br>
Size of boot image is 4 sectors -> 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 'iso build' [ 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>