Hi
I'm using the latest live-build script in jessie.
I have built an image and I have one small issue I'm hoping someone can
help me solve.
I have a script that runs without a problem when the install is started
from the boot menu using either text or graphical installer using the
late_command from preseed.
d-i preseed/late_command string \
in-target /usr/local/bin/after_install ;\
in-target rm -f /usr/local/bin/after_install ;
However, when the installer is launched from the live session, the
late_command does not execute. I run the script after the install manually,
and it executes without error.
Thanks
Ozi