BTS

Issue882

Title grml-live: grml-live.local ignored
Priority package Status resolved
Superseder Nosy List grml-devel, suntong1
Assigned To Topics

Created on 2010-07-20.23:36:55 by suntong1, last changed 2010-07-21.14:07:20 by suntong.

Messages
msg3275 (view) Author: suntong Date: 2010-07-21.14:07:20
- Variables are wrongly taken from GRMLBASE.var.
- Closing it.
msg3274 (view) Author: mika Date: 2010-07-21.10:10:26
Hi,

Tong, for the future: please don't report to the mailinglist and the
BTS at the same time. If you want to discuss anything the
mailinglist is fine, bugreports are fine for the BTS. But I don't
want to keep track on an issue on two separate ressources, thanks.

* Tong Sun wrote in grml's BTS on 20100721 / 01:36:

> I found that the file /etc/grml/grml-live.local is ignored by grml-live

> $ head /etc/grml/grml-live.local
> # Set UTC=yes if your system clock is set to UTC (GMT) and UTC=no if not.
> UTC=yes
> TIMEZONE=America/Toronto

Who says that UTC/TIMEZONE are supported within grml-live.conf?
Looks like you're searching for
/etc/grml/fai/config/class/GRMLBASE.var & related.

> % grml-live -F -a $ARCH -c $CLASSES -o /dev/shm/gl -g $USE_NAME -v "`date
> -I`" -i $USE_NAME.iso
[...]

> From above log, and where my .iso is generated, I think the file
> /etc/grml/grml-live.local has no effect to grml-live.

Please re-execute without the -F option and provide the output of
grml-live's startup splash.

And JFTR: /etc/grml/grml-live.local is definitely supported ans
works, I'm using it all the day and for the daily buildd as well.

regards,
-mika-
msg3272 (view) Author: suntong1 Date: 2010-07-20.23:36:54
Hi,

I found that the file /etc/grml/grml-live.local is ignored by grml-live

$ head /etc/grml/grml-live.local
# Set UTC=yes if your system clock is set to UTC (GMT) and UTC=no if not.
UTC=yes
TIMEZONE=America/Toronto

# Which Debian suite to you want to use?
SUITE="sid"

# Which bootloader do you want to use? Default: isolinux
# Supported values: isolinux, grub
# BOOT_METHOD='isolinux'

. . .
# Where do you want to find the final ISO?
ISO_OUTPUT="/lfs/cache12/systems/distros"


% grml-live -F -a $ARCH -c $CLASSES -o /dev/shm/gl -g $USE_NAME -v "`date
-I`" -i $USE_NAME.iso
Using configuration files from /etc/grml/fai
Calling task_confdir
FAI_FLAGS:
No monitor daemon defined.
FAI_CONFIG_SRC is set to file:///etc/grml/fai/config
Using local path /etc/grml/fai/config as config space.
Calling task_setup
FAI_FLAGS:
Calling task_defclass
List of all classes:  GRMLBASE KERNEL REMOVE_DOCS RELEASE AMD64
Calling task_defvar
++ FAI_ALLOW_UNSIGNED=1
++ CONSOLEFONT=
++ KEYMAP=us-latin1
++ UTC=no
++ TIMEZONE=Europe/Vienna
++ ROOTPW=x
Calling task_action
FAI_ACTION: dirinstall
Calling task_dirinstall
Installing into directory /dev/shm/gl/grml_chroot
Calling task_extrbase
Unpacking Debian base archive
No base.tgz found. Calling debootstrap.
Creating base system using debootstrap version 1.0.22
Calling debootstrap --arch amd64 --exclude=info sid /dev/shm/gl/grml_chroot
http://cdn.debian.net/debian
. . .


From above log, and where my .iso is generated, I think the file
/etc/grml/grml-live.local has no effect to grml-live.

Please verify.

Thanks

tong
History
Date User Action Args
2010-07-21 14:07:20suntongsetpriority: package
status: chatting -> resolved
messages: + msg3275
2010-07-21 10:10:27mikasetstatus: unread -> chatting
messages: + msg3274
2010-07-20 23:39:33suntongsetfiles: - unnamed
2010-07-20 23:36:55suntong1create