grml-live: ISO_OUTPUT ignored?
Hi,
I have the following in my /etc/grml/grml-live.local
----------------------------------------- grep -1 OUTPUT /etc/grml/grml-live.local # Main output directory OUTPUT="/dev/shm/gl" # mount -o remount,suid,dev,rw /dev/shm
# Where do want to find the chroot of the buildprocess files? # CHROOT_OUTPUT="$OUTPUT/grml_chroot" # Where do you want to find the compressed chroot, bootstuff,...? # BUILD_OUTPUT="$OUTPUT/grml_cd" # Where do you want to find the final ISO? ISO_OUTPUT="/lfs/cache12/systems/distros" -----------------------------------------
and I invoked grml-live as
% rm /dev/shm/gl/grml_isos/depen64.iso
% grml-live -F -a $ARCH -c $CLASSES -g $USE_NAME -v "`date -I`" -i $USE_NAME.iso * Logging actions to logfile /var/log/grml-live.log * Skiping stage 'fai dirinstall' as /dev/shm/gl/grml_chroot exists alr [ ok ] * Skipping stage 'boot' as /dev/shm/gl/grml_cd/boot/isolinux exists al [ ok ] * Skipping stage 'squashfs' as /dev/shm/gl/grml_cd/live exists already [ ok ] Size of boot image is 4 sectors -> No emulation 9.81% done, estimate finish Wed Jul 21 11:15:22 2010 19.63% done, estimate finish Wed Jul 21 11:15:22 2010 29.41% done, estimate finish Wed Jul 21 11:15:22 2010 39.23% done, estimate finish Wed Jul 21 11:15:22 2010 49.01% done, estimate finish Wed Jul 21 11:15:22 2010 58.83% done, estimate finish Wed Jul 21 11:15:22 2010 68.61% done, estimate finish Wed Jul 21 11:15:22 2010 78.43% done, estimate finish Wed Jul 21 11:15:22 2010 88.22% done, estimate finish Wed Jul 21 11:15:22 2010 98.00% done, estimate finish Wed Jul 21 11:15:22 2010 Total translation table size: 2048 Total rockridge attributes bytes: 23099 Total directory bytes: 45056 Path table size(bytes): 118 Max brk space used 33000 51021 extents written (99 MB) * Creating hybrid ISO file with manifold method geometry is 204288 sectors (104595456 bytes) in 399 cylinders, 16 heads, 32 sectors per track 0 @0x168: 60 @4 (0x4) - 0x168: 32 (0x20) @ 4 (0x4) - 0x16A: 28 (0x1C) @ 36 (0x24) using 2 blocks, 4 bytes (82 free) using sectors of 2^9 = 512 bytes [ ok ] * Finished execution of stage 'iso build' [ ok ] * Successfully finished execution of grml-live [Wed Jul 21 11:15:23 EDT 2010 - running 3 seconds] [ ok ]
However, the iso is still generated at /dev/shm/gl/grml_isos/depen64.iso. Do I need to remove more stage files for ISO_OUTPUT to take effect?
Thanks
* Tong Sun suntong@cpan.org [Wed Jul 21, 2010 at 11:40:25AM -0400]:
I have the following in my /etc/grml/grml-live.local
grep -1 OUTPUT /etc/grml/grml-live.local # Main output directory OUTPUT="/dev/shm/gl" # mount -o remount,suid,dev,rw /dev/shm
# Where do want to find the chroot of the buildprocess files? # CHROOT_OUTPUT="$OUTPUT/grml_chroot" # Where do you want to find the compressed chroot, bootstuff,...? # BUILD_OUTPUT="$OUTPUT/grml_cd" # Where do you want to find the final ISO? ISO_OUTPUT="/lfs/cache12/systems/distros"
and I invoked grml-live as
% rm /dev/shm/gl/grml_isos/depen64.iso
% grml-live -F -a $ARCH -c $CLASSES -g $USE_NAME -v "`date -I`" -i $USE_NAME.iso
[...]
*Please* provide the startup splash of grml-live and drop the -F option if reporting any (possible) bug.
regards, -mika-
On Fri, Jul 23, 2010 at 4:50 PM, Michael Prokop mika@grml.org wrote:
*Please* provide the startup splash of grml-live and drop the -F option if reporting any (possible) bug.
ops, sorry, here it is:
$ grep -1 OUTPUT /etc/grml/grml-live.local # Skip download of pageant, plink, pscp, psftp, putty and puttygen # using wget to store it inside $BUILD_OUTPUT/windows/? NO_WINDOWS_BINARIES="1" -- # Main output directory OUTPUT="/dev/shm/gl" # mount -o remount,suid,dev,rw /dev/shm
# Where do want to find the chroot of the buildprocess files? # CHROOT_OUTPUT="$OUTPUT/grml_chroot" # Where do you want to find the compressed chroot, bootstuff,...? # BUILD_OUTPUT="$OUTPUT/grml_cd" # Where do you want to find the final ISO? ISO_OUTPUT="/lfs/cache12/systems/distros"
% grml-live -a $ARCH -c $CLASSES -g $USE_NAME
grml-live [0.9.43]: check your configuration (or use -F to force execution):
FAI classes: GRMLBASE,KERNEL,RELEASE,AMD64 Local config: /etc/grml/grml-live.local main directory: /dev/shm/gl Chroot target: /dev/shm/gl/grml_chroot Build target: /dev/shm/gl/grml_cd ISO target: /dev/shm/gl/grml_isos Grml name: depen64 Release name: depen rocks Build date: 2010-07-23 Grml version: 0.0.1 Debian suite: sid Architecture: amd64 Boot method: grub Template files: /usr/share/grml-live/templates Logging to file: /var/log/grml-live.log
Is this ok for you? [y/N] ^C
Teilnehmer (2)
-
Michael Prokop -
Tong Sun