BTS

Message3293

Author mika
Recipients suntong
Date 2010-07-28.20:46:27
Content
* Tong Sun wrote in grml's BTS on 20100727 / 18:04:

> I have the following in my /etc/grml/grml-live.local

> -----------------------------------------
> $ 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"
> -----------------------------------------

> and I invoked grml-live as

> % rm /dev/shm/gl/grml_isos/depen64.iso
> % grml-live -a $ARCH -c $CLASSES -g $USE_NAME

> However, the iso is still generated at /dev/shm/gl/grml_isos/depen64.iso.

> -----------------------------------------
> % 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
> -----------------------------------------

Thanks, verified and fixed. Can you please test latest git
of grml-live to let me know whether the issue is fixed for you as
well?

> 2nd, I found that the DISTRI_INFO variable might have no effect as well (fine
> with me if you can't duplicate the problem).

It's used in the vesamenu[.cfg] and works for me.

regards,
-mika-
History
Date User Action Args
2010-07-28 20:46:28mikasetrecipients: + suntong
2010-07-28 20:46:28mikalinkissue885 messages
2010-07-28 20:46:27mikacreate