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