Hi,
I am getting currently an error (s below) when trying to create a new
live image (with added hook)
# ---
+ [ -d chroot/root/.gnupg ]
+ mkdir -p chroot/root/.gnupg
+ mv chroot/dev/random chroot/dev/random.orig
mv: cannot stat `chroot/dev/random': No such file or directory
+ ret=1
+ rm -f .lock
+ exit 1
LH='1'
# ---
The whole build.log ( I added set -x to lb_chroot_sources ):
http://paste.debian.net/91543
Some details of the build host:
# ---
Linux t60p 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010 x86_64
GNU/Linux
root@t60p:/home/ironm# dpkg -l | grep live-build
ii live-build 2.0~a29+git20100924.981e9c1-1~dileks.1 Debian Live -
System Build Scripts
# ---
I am to tired to check the code now - thanks in advance for any hints.
Regards
Mark